Shades of Midnight Blue #12005E
Tints of Midnight Blue #12005E
RGB
CMYK
RGB Variations
Color information
#12005E (or 0x12005E) is known color: Midnight Blue. HEX triplet: 12, 00 and 5E. RGB value is (18,0,94). Sum of RGB (Red+Green+Blue) = 18+0+94=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 94 (37.11% from 255 or 83.93% from 112); Max value from RGB is 94 - color contains mainly: blue. Hex color #12005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12005E is #EDFFA1. Grayscale: #0F0F0F. Windows color (decimal): -15597474 or 6160402. OLE color: 6160402.
HSL color Cylindrical-coordinate representation of color #12005E: hue angle of 251.49º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12005E is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 0 | 94 | - |
| CMYK | 0.81 | 1 | 0 | 0.63 |
| HSL | 251.49º | 1% | 0.18% | - |
| HSV(B) | 251.49º | 1% | 0.37% | - |
| XYZ | 2.27 | 0.94 | 10.65 | - |
| YUV | 16.1 | 171.96 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 94 | 0.81 | 1 | 0 | 0.63 | 251.49 | 1 | 0.18 |
| Hex | 12 | 0 | 5E | 51 | 64 | 0 | 3F | FB | 64 | 12 |
| Octal | 22 | 0 | 136 | 121 | 144 | 0 | 77 | 373 | 144 | 22 |
| Binary | 10010 | 0 | 1011110 | 1010001 | 1100100 | 0 | 111111 | 11111011 | 1100100 | 10010 |
Color Harmonies of #12005E
Complementary color
Monochromatic Colors of #12005E
Black with #12005E
Text Example
Text Example
White with #12005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12005E; }
p { color: rgb(18,0,94); }
H1.HeaderClassName
{
color: #12005E;
}
.AnyTagClassName
{
color: #12005E;
}
</style>
background-color css
<style>
a { background-color: #12005E; }
a { background-color: rgb(18,0,94); }
div.DivClassName
{
background-color: #12005E;
}
.BgClassName
{
background-color: #12005E;
}
</style>
border-color css
<style>
span { border-color: #12005E; }
span { border-color: rgb(18,0,94); }
td.TdClassName
{
border-color: #12005E;
}
.TagClassName
{
border-color: #12005E;
}
</style>