Shades of New Midnight Blue #0C00AD
Tints of New Midnight Blue #0C00AD
RGB
CMYK
RGB Variations
Color information
#0C00AD (or 0x0C00AD) is known color: New Midnight Blue. HEX triplet: 0C, 00 and AD. RGB value is (12,0,173). Sum of RGB (Red+Green+Blue) = 12+0+173=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 173 (67.97% from 255 or 93.51% from 185); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C00AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C00AD is #F3FF52. Grayscale: #161616. Windows color (decimal): -15990611 or 11337740. OLE color: 11337740.
HSL color Cylindrical-coordinate representation of color #0C00AD: hue angle of 244.16º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C00AD is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 0 | 173 | - |
| CMYK | 0.93 | 1 | 0 | 0.32 |
| HSL | 244.16º | 1% | 0.34% | - |
| HSV(B) | 244.16º | 1% | 0.68% | - |
| XYZ | 7.69 | 3.1 | 39.73 | - |
| YUV | 23.31 | 212.48 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 173 | 0.93 | 1 | 0 | 0.32 | 244.16 | 1 | 0.34 |
| Hex | C | 0 | AD | 5D | 64 | 0 | 20 | F4 | 64 | 22 |
| Octal | 14 | 0 | 255 | 135 | 144 | 0 | 40 | 364 | 144 | 42 |
| Binary | 1100 | 0 | 10101101 | 1011101 | 1100100 | 0 | 100000 | 11110100 | 1100100 | 100010 |
Color Harmonies of #0C00AD
Complementary color
Monochromatic Colors of #0C00AD
Black with #0C00AD
Text Example
Text Example
White with #0C00AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C00AD; }
p { color: rgb(12,0,173); }
H1.HeaderClassName
{
color: #0C00AD;
}
.AnyTagClassName
{
color: #0C00AD;
}
</style>
background-color css
<style>
a { background-color: #0C00AD; }
a { background-color: rgb(12,0,173); }
div.DivClassName
{
background-color: #0C00AD;
}
.BgClassName
{
background-color: #0C00AD;
}
</style>
border-color css
<style>
span { border-color: #0C00AD; }
span { border-color: rgb(12,0,173); }
td.TdClassName
{
border-color: #0C00AD;
}
.TagClassName
{
border-color: #0C00AD;
}
</style>