Shades of Midnight Blue #0C207D
Tints of Midnight Blue #0C207D
RGB
CMYK
RGB Variations
Color information
#0C207D (or 0x0C207D) is known color: Midnight Blue. HEX triplet: 0C, 20 and 7D. RGB value is (12,32,125). Sum of RGB (Red+Green+Blue) = 12+32+125=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 125 (49.22% from 255 or 73.96% from 169); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C207D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C207D is #F3DF82. Grayscale: #242424. Windows color (decimal): -15982467 or 8200204. OLE color: 8200204.
HSL color Cylindrical-coordinate representation of color #0C207D: hue angle of 229.38º 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 #0C207D is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 32 | 125 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.51 |
| HSL | 229.38º | 0.82% | 0.27% | - |
| HSV(B) | 229.38º | 0.9% | 0.49% | - |
| XYZ | 4.37 | 2.59 | 19.67 | - |
| YUV | 36.62 | 177.87 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 32 | 125 | 0.90 | 0.74 | 0 | 0.51 | 229.38 | 0.82 | 0.27 |
| Hex | C | 20 | 7D | 5A | 4A | 0 | 33 | E5 | 52 | 1B |
| Octal | 14 | 40 | 175 | 132 | 112 | 0 | 63 | 345 | 122 | 33 |
| Binary | 1100 | 100000 | 1111101 | 1011010 | 1001010 | 0 | 110011 | 11100101 | 1010010 | 11011 |
Color Harmonies of #0C207D
Complementary color
Monochromatic Colors of #0C207D
Black with #0C207D
Text Example
Text Example
White with #0C207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C207D; }
p { color: rgb(12,32,125); }
H1.HeaderClassName
{
color: #0C207D;
}
.AnyTagClassName
{
color: #0C207D;
}
</style>
background-color css
<style>
a { background-color: #0C207D; }
a { background-color: rgb(12,32,125); }
div.DivClassName
{
background-color: #0C207D;
}
.BgClassName
{
background-color: #0C207D;
}
</style>
border-color css
<style>
span { border-color: #0C207D; }
span { border-color: rgb(12,32,125); }
td.TdClassName
{
border-color: #0C207D;
}
.TagClassName
{
border-color: #0C207D;
}
</style>