Shades of New Midnight Blue #0C16AB
Tints of New Midnight Blue #0C16AB
RGB
CMYK
RGB Variations
Color information
#0C16AB (or 0x0C16AB) is known color: New Midnight Blue. HEX triplet: 0C, 16 and AB. RGB value is (12,22,171). Sum of RGB (Red+Green+Blue) = 12+22+171=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 171 (67.19% from 255 or 83.41% from 205); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C16AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C16AB is #F3E954. Grayscale: #232323. Windows color (decimal): -15984981 or 11212300. OLE color: 11212300.
HSL color Cylindrical-coordinate representation of color #0C16AB: hue angle of 236.23º 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 #0C16AB is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 22 | 171 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.33 |
| HSL | 236.23º | 0.87% | 0.36% | - |
| HSV(B) | 236.23º | 0.93% | 0.67% | - |
| XYZ | 7.79 | 3.59 | 38.81 | - |
| YUV | 36 | 204.19 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 22 | 171 | 0.93 | 0.87 | 0 | 0.33 | 236.23 | 0.87 | 0.36 |
| Hex | C | 16 | AB | 5D | 57 | 0 | 21 | EC | 57 | 24 |
| Octal | 14 | 26 | 253 | 135 | 127 | 0 | 41 | 354 | 127 | 44 |
| Binary | 1100 | 10110 | 10101011 | 1011101 | 1010111 | 0 | 100001 | 11101100 | 1010111 | 100100 |
Color Harmonies of #0C16AB
Complementary color
Monochromatic Colors of #0C16AB
Black with #0C16AB
Text Example
Text Example
White with #0C16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C16AB; }
p { color: rgb(12,22,171); }
H1.HeaderClassName
{
color: #0C16AB;
}
.AnyTagClassName
{
color: #0C16AB;
}
</style>
background-color css
<style>
a { background-color: #0C16AB; }
a { background-color: rgb(12,22,171); }
div.DivClassName
{
background-color: #0C16AB;
}
.BgClassName
{
background-color: #0C16AB;
}
</style>
border-color css
<style>
span { border-color: #0C16AB; }
span { border-color: rgb(12,22,171); }
td.TdClassName
{
border-color: #0C16AB;
}
.TagClassName
{
border-color: #0C16AB;
}
</style>