Shades of New Midnight Blue #0C00AB
Tints of New Midnight Blue #0C00AB
RGB
CMYK
RGB Variations
Color information
#0C00AB (or 0x0C00AB) is known color: New Midnight Blue. HEX triplet: 0C, 00 and AB. RGB value is (12,0,171). Sum of RGB (Red+Green+Blue) = 12+0+171=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 171 (67.19% from 255 or 93.44% from 183); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C00AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C00AB is #F3FF54. Grayscale: #161616. Windows color (decimal): -15990613 or 11206668. OLE color: 11206668.
HSL color Cylindrical-coordinate representation of color #0C00AB: hue angle of 244.21º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C00AB is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 0 | 171 | - |
| CMYK | 0.93 | 1 | 0 | 0.33 |
| HSL | 244.21º | 1% | 0.34% | - |
| HSV(B) | 244.21º | 1% | 0.67% | - |
| XYZ | 7.5 | 3.02 | 38.72 | - |
| YUV | 23.08 | 211.48 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 171 | 0.93 | 1 | 0 | 0.33 | 244.21 | 1 | 0.34 |
| Hex | C | 0 | AB | 5D | 64 | 0 | 21 | F4 | 64 | 22 |
| Octal | 14 | 0 | 253 | 135 | 144 | 0 | 41 | 364 | 144 | 42 |
| Binary | 1100 | 0 | 10101011 | 1011101 | 1100100 | 0 | 100001 | 11110100 | 1100100 | 100010 |
Color Harmonies of #0C00AB
Complementary color
Monochromatic Colors of #0C00AB
Black with #0C00AB
Text Example
Text Example
White with #0C00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C00AB; }
p { color: rgb(12,0,171); }
H1.HeaderClassName
{
color: #0C00AB;
}
.AnyTagClassName
{
color: #0C00AB;
}
</style>
background-color css
<style>
a { background-color: #0C00AB; }
a { background-color: rgb(12,0,171); }
div.DivClassName
{
background-color: #0C00AB;
}
.BgClassName
{
background-color: #0C00AB;
}
</style>
border-color css
<style>
span { border-color: #0C00AB; }
span { border-color: rgb(12,0,171); }
td.TdClassName
{
border-color: #0C00AB;
}
.TagClassName
{
border-color: #0C00AB;
}
</style>