#12006A

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

Shades of Midnight Blue #12006A

Tints of Midnight Blue #12006A

Color information

#12006A (or 0x12006A) is unknown color: approx Midnight Blue. HEX triplet: 12, 00 and 6A. RGB value is (18,0,106). Sum of RGB (Red+Green+Blue) = 18+0+106=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 106 (41.80% from 255 or 85.48% from 124); Max value from RGB is 106 - color contains mainly: blue. Hex color #12006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12006A is #EDFF95. Grayscale: #111111. Windows color (decimal): -15597462 or 6946834. OLE color: 6946834.

HSL color Cylindrical-coordinate representation of color #12006A: hue angle of 250.19º 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 #12006A is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB180106-
CMYK0.83100.58
HSL250.19º100%20.78%-
HSV(B)250.19º100%41.57%-
XYZ2.851.1713.71-
YUV17.47177.96128.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 85.48%
R=14.52%
G=0%
B=85.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1801060.83100.58250.1910020.78
Hex1206A536403Afa6415
Octal22015212314407237214425
Binary100100110101010100111100100011101011111010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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