Shades of New Midnight Blue #0C0DAC
Tints of New Midnight Blue #0C0DAC
RGB
CMYK
RGB Variations
Color information
#0C0DAC (or 0x0C0DAC) is known color: New Midnight Blue. HEX triplet: 0C, 0D and AC. RGB value is (12,13,172). Sum of RGB (Red+Green+Blue) = 12+13+172=197 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.09% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 172 (67.58% from 255 or 87.31% from 197); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C0DAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0DAC is #F3F253. Grayscale: #1E1E1E. Windows color (decimal): -15987284 or 11275532. OLE color: 11275532.
HSL color Cylindrical-coordinate representation of color #0C0DAC: hue angle of 239.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C0DAC is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 13 | 172 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.33 |
| HSL | 239.63º | 0.87% | 0.36% | - |
| HSV(B) | 239.63º | 0.93% | 0.67% | - |
| XYZ | 7.74 | 3.34 | 39.27 | - |
| YUV | 30.83 | 207.67 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 13 | 172 | 0.93 | 0.92 | 0 | 0.33 | 239.63 | 0.87 | 0.36 |
| Hex | C | D | AC | 5D | 5C | 0 | 21 | F0 | 57 | 24 |
| Octal | 14 | 15 | 254 | 135 | 134 | 0 | 41 | 360 | 127 | 44 |
| Binary | 1100 | 1101 | 10101100 | 1011101 | 1011100 | 0 | 100001 | 11110000 | 1010111 | 100100 |
Color Harmonies of #0C0DAC
Complementary color
Monochromatic Colors of #0C0DAC
Black with #0C0DAC
Text Example
Text Example
White with #0C0DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0DAC; }
p { color: rgb(12,13,172); }
H1.HeaderClassName
{
color: #0C0DAC;
}
.AnyTagClassName
{
color: #0C0DAC;
}
</style>
background-color css
<style>
a { background-color: #0C0DAC; }
a { background-color: rgb(12,13,172); }
div.DivClassName
{
background-color: #0C0DAC;
}
.BgClassName
{
background-color: #0C0DAC;
}
</style>
border-color css
<style>
span { border-color: #0C0DAC; }
span { border-color: rgb(12,13,172); }
td.TdClassName
{
border-color: #0C0DAC;
}
.TagClassName
{
border-color: #0C0DAC;
}
</style>