Shades of Midnight Blue #12207C
Tints of Midnight Blue #12207C
RGB
CMYK
RGB Variations
Color information
#12207C (or 0x12207C) is known color: Midnight Blue. HEX triplet: 12, 20 and 7C. RGB value is (18,32,124). Sum of RGB (Red+Green+Blue) = 18+32+124=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #12207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12207C is #EDDF83. Grayscale: #252525. Windows color (decimal): -15589252 or 8134674. OLE color: 8134674.
HSL color Cylindrical-coordinate representation of color #12207C: hue angle of 232.08º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12207C is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 32 | 124 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.51 |
| HSL | 232.08º | 0.75% | 0.28% | - |
| HSV(B) | 232.08º | 0.85% | 0.49% | - |
| XYZ | 4.4 | 2.62 | 19.34 | - |
| YUV | 38.3 | 176.36 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 124 | 0.85 | 0.74 | 0 | 0.51 | 232.08 | 0.75 | 0.28 |
| Hex | 12 | 20 | 7C | 55 | 4A | 0 | 33 | E8 | 4B | 1C |
| Octal | 22 | 40 | 174 | 125 | 112 | 0 | 63 | 350 | 113 | 34 |
| Binary | 10010 | 100000 | 1111100 | 1010101 | 1001010 | 0 | 110011 | 11101000 | 1001011 | 11100 |
Color Harmonies of #12207C
Complementary color
Monochromatic Colors of #12207C
Black with #12207C
Text Example
Text Example
White with #12207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12207C; }
p { color: rgb(18,32,124); }
H1.HeaderClassName
{
color: #12207C;
}
.AnyTagClassName
{
color: #12207C;
}
</style>
background-color css
<style>
a { background-color: #12207C; }
a { background-color: rgb(18,32,124); }
div.DivClassName
{
background-color: #12207C;
}
.BgClassName
{
background-color: #12207C;
}
</style>
border-color css
<style>
span { border-color: #12207C; }
span { border-color: rgb(18,32,124); }
td.TdClassName
{
border-color: #12207C;
}
.TagClassName
{
border-color: #12207C;
}
</style>