#141364

Color #141364 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #141364

Tints of Midnight Blue #141364

Color information

#141364 (or 0x141364) is unknown color: approx Midnight Blue. HEX triplet: 14, 13 and 64. RGB value is (20,19,100). Sum of RGB (Red+Green+Blue) = 20+19+100=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 100 (39.45% from 255 or 71.94% from 139); Max value from RGB is 100 - color contains mainly: blue. Hex color #141364 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141364 is #EBEC9B. Grayscale: #1C1C1C. Windows color (decimal): -15461532 or 6558484. OLE color: 6558484.

HSL color Cylindrical-coordinate representation of color #141364: hue angle of 240.74º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #141364 is Cyan = 0.8, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2019100-
CMYK0.80.8100.61
HSL240.74º68.07%23.33%-
HSV(B)240.74º81%39.22%-
XYZ2.821.5312.2-
YUV28.53168.33121.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 100 (39.45% from 255) = 71.94%
R=14.39%
G=13.67%
B=71.94%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal20191000.80.8100.61240.7468.0723.33
Hex141364505103Df14417
Octal242314412012107536110427
Binary1010010011110010010100001010001011110111110001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141364; }

 p { color: rgb(20,19,100); }

 H1.HeaderClassName
 {
   color: #141364;
 }
 .AnyTagClassName
 {
   color: #141364;
 }
</style>
background-color css

<style>
 a { background-color: #141364; }

 a { background-color: rgb(20,19,100); }

 div.DivClassName
 {
   background-color: #141364;
 }
 .BgClassName
 {
   background-color: #141364;
 }
</style>
border-color css

<style>
 span { border-color: #141364; }

 span { border-color: rgb(20,19,100); }

 td.TdClassName
 {
   border-color: #141364;
 }
 .TagClassName
 {
   border-color: #141364;
 }
</style>