#12006B

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

Shades of Midnight Blue #12006B

Tints of Midnight Blue #12006B

Color information

#12006B (or 0x12006B) is unknown color: approx Midnight Blue. HEX triplet: 12, 00 and 6B. RGB value is (18,0,107). Sum of RGB (Red+Green+Blue) = 18+0+107=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 107 (42.19% from 255 or 85.6% from 125); Max value from RGB is 107 - color contains mainly: blue. Hex color #12006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12006B is #EDFF94. Grayscale: #111111. Windows color (decimal): -15597461 or 7012370. OLE color: 7012370.

HSL color Cylindrical-coordinate representation of color #12006B: hue angle of 250.09º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12006B is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB180107-
CMYK0.83100.58
HSL250.09º100%20.98%-
HSV(B)250.09º100%41.96%-
XYZ2.91.1913.99-
YUV17.58178.46128.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 85.6%
R=14.4%
G=0%
B=85.6%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1801070.83100.58250.0910020.98
Hex1206B536403Afa6415
Octal22015312314407237214425
Binary100100110101110100111100100011101011111010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12006B; }

 p { color: rgb(18,0,107); }

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

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

 a { background-color: rgb(18,0,107); }

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

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

 span { border-color: rgb(18,0,107); }

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