Shades of Midnight Blue #12005C
Tints of Midnight Blue #12005C
RGB
CMYK
RGB Variations
Color information
#12005C (or 0x12005C) is known color: Midnight Blue. HEX triplet: 12, 00 and 5C. RGB value is (18,0,92). Sum of RGB (Red+Green+Blue) = 18+0+92=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 92 (36.33% from 255 or 83.64% from 110); Max value from RGB is 92 - color contains mainly: blue. Hex color #12005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12005C is #EDFFA3. Grayscale: #0F0F0F. Windows color (decimal): -15597476 or 6029330. OLE color: 6029330.
HSL color Cylindrical-coordinate representation of color #12005C: hue angle of 251.74º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12005C is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 0 | 92 | - |
| CMYK | 0.80 | 1 | 0 | 0.64 |
| HSL | 251.74º | 1% | 0.18% | - |
| HSV(B) | 251.74º | 1% | 0.36% | - |
| XYZ | 2.18 | 0.9 | 10.18 | - |
| YUV | 15.87 | 170.96 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 92 | 0.80 | 1 | 0 | 0.64 | 251.74 | 1 | 0.18 |
| Hex | 12 | 0 | 5C | 50 | 64 | 0 | 40 | FC | 64 | 12 |
| Octal | 22 | 0 | 134 | 120 | 144 | 0 | 100 | 374 | 144 | 22 |
| Binary | 10010 | 0 | 1011100 | 1010000 | 1100100 | 0 | 1000000 | 11111100 | 1100100 | 10010 |
Color Harmonies of #12005C
Complementary color
Monochromatic Colors of #12005C
Black with #12005C
Text Example
Text Example
White with #12005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12005C; }
p { color: rgb(18,0,92); }
H1.HeaderClassName
{
color: #12005C;
}
.AnyTagClassName
{
color: #12005C;
}
</style>
background-color css
<style>
a { background-color: #12005C; }
a { background-color: rgb(18,0,92); }
div.DivClassName
{
background-color: #12005C;
}
.BgClassName
{
background-color: #12005C;
}
</style>
border-color css
<style>
span { border-color: #12005C; }
span { border-color: rgb(18,0,92); }
td.TdClassName
{
border-color: #12005C;
}
.TagClassName
{
border-color: #12005C;
}
</style>