Shades of Midnight Blue #0C207C
Tints of Midnight Blue #0C207C
RGB
CMYK
RGB Variations
Color information
#0C207C (or 0x0C207C) is known color: Midnight Blue. HEX triplet: 0C, 20 and 7C. RGB value is (12,32,124). Sum of RGB (Red+Green+Blue) = 12+32+124=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 124 (48.83% from 255 or 73.81% from 168); Max value from RGB is 124 - color contains mainly: blue. Hex color #0C207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C207C is #F3DF83. Grayscale: #242424. Windows color (decimal): -15982468 or 8134668. OLE color: 8134668.
HSL color Cylindrical-coordinate representation of color #0C207C: hue angle of 229.29º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C207C is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 32 | 124 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.51 |
| HSL | 229.29º | 0.82% | 0.27% | - |
| HSV(B) | 229.29º | 0.9% | 0.49% | - |
| XYZ | 4.31 | 2.57 | 19.34 | - |
| YUV | 36.51 | 177.37 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 32 | 124 | 0.90 | 0.74 | 0 | 0.51 | 229.29 | 0.82 | 0.27 |
| Hex | C | 20 | 7C | 5A | 4A | 0 | 33 | E5 | 52 | 1B |
| Octal | 14 | 40 | 174 | 132 | 112 | 0 | 63 | 345 | 122 | 33 |
| Binary | 1100 | 100000 | 1111100 | 1011010 | 1001010 | 0 | 110011 | 11100101 | 1010010 | 11011 |
Color Harmonies of #0C207C
Complementary color
Monochromatic Colors of #0C207C
Black with #0C207C
Text Example
Text Example
White with #0C207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C207C; }
p { color: rgb(12,32,124); }
H1.HeaderClassName
{
color: #0C207C;
}
.AnyTagClassName
{
color: #0C207C;
}
</style>
background-color css
<style>
a { background-color: #0C207C; }
a { background-color: rgb(12,32,124); }
div.DivClassName
{
background-color: #0C207C;
}
.BgClassName
{
background-color: #0C207C;
}
</style>
border-color css
<style>
span { border-color: #0C207C; }
span { border-color: rgb(12,32,124); }
td.TdClassName
{
border-color: #0C207C;
}
.TagClassName
{
border-color: #0C207C;
}
</style>