#140C66

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

Shades of Midnight Blue #140C66

Tints of Midnight Blue #140C66

Color information

#140C66 (or 0x140C66) is unknown color: approx Midnight Blue. HEX triplet: 14, 0C and 66. RGB value is (20,12,102). Sum of RGB (Red+Green+Blue) = 20+12+102=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 102 (40.23% from 255 or 76.12% from 134); Max value from RGB is 102 - color contains mainly: blue. Hex color #140C66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C66 is #EBF399. Grayscale: #181818. Windows color (decimal): -15463322 or 6687764. OLE color: 6687764.

HSL color Cylindrical-coordinate representation of color #140C66: hue angle of 245.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140C66 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2012102-
CMYK0.800.8800.6
HSL245.33º78.95%22.35%-
HSV(B)245.33º88.24%40%-
XYZ2.821.3712.69-
YUV24.65171.65124.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 12 (5.08% from 255) = 8.96%
BLUE value IS 102 (40.23% from 255) = 76.12%
R=14.93%
G=8.96%
B=76.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20121020.800.8800.6245.3378.9522.35
Hex14C66505803Cf54f16
Octal241414612013007436511726
Binary101001100110011010100001011000011110011110101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140C66; }

 p { color: rgb(20,12,102); }

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

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

 a { background-color: rgb(20,12,102); }

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

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

 span { border-color: rgb(20,12,102); }

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