Shades of New Midnight Blue #0C11AB
Tints of New Midnight Blue #0C11AB
RGB
CMYK
RGB Variations
Color information
#0C11AB (or 0x0C11AB) is known color: New Midnight Blue. HEX triplet: 0C, 11 and AB. RGB value is (12,17,171). Sum of RGB (Red+Green+Blue) = 12+17+171=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 171 (67.19% from 255 or 85.5% from 200); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C11AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C11AB is #F3EE54. Grayscale: #202020. Windows color (decimal): -15986261 or 11211020. OLE color: 11211020.
HSL color Cylindrical-coordinate representation of color #0C11AB: hue angle of 238.11º 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 #0C11AB is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 17 | 171 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.33 |
| HSL | 238.11º | 0.87% | 0.36% | - |
| HSV(B) | 238.11º | 0.93% | 0.67% | - |
| XYZ | 7.7 | 3.42 | 38.78 | - |
| YUV | 33.06 | 205.84 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 17 | 171 | 0.93 | 0.90 | 0 | 0.33 | 238.11 | 0.87 | 0.36 |
| Hex | C | 11 | AB | 5D | 5A | 0 | 21 | EE | 57 | 24 |
| Octal | 14 | 21 | 253 | 135 | 132 | 0 | 41 | 356 | 127 | 44 |
| Binary | 1100 | 10001 | 10101011 | 1011101 | 1011010 | 0 | 100001 | 11101110 | 1010111 | 100100 |
Color Harmonies of #0C11AB
Complementary color
Monochromatic Colors of #0C11AB
Black with #0C11AB
Text Example
Text Example
White with #0C11AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C11AB; }
p { color: rgb(12,17,171); }
H1.HeaderClassName
{
color: #0C11AB;
}
.AnyTagClassName
{
color: #0C11AB;
}
</style>
background-color css
<style>
a { background-color: #0C11AB; }
a { background-color: rgb(12,17,171); }
div.DivClassName
{
background-color: #0C11AB;
}
.BgClassName
{
background-color: #0C11AB;
}
</style>
border-color css
<style>
span { border-color: #0C11AB; }
span { border-color: rgb(12,17,171); }
td.TdClassName
{
border-color: #0C11AB;
}
.TagClassName
{
border-color: #0C11AB;
}
</style>