Shades of Midnight Blue #0C014C
Tints of Midnight Blue #0C014C
RGB
CMYK
RGB Variations
Color information
#0C014C (or 0x0C014C) is known color: Midnight Blue. HEX triplet: 0C, 01 and 4C. RGB value is (12,1,76). Sum of RGB (Red+Green+Blue) = 12+1+76=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 76 (30.08% from 255 or 85.39% from 89); Max value from RGB is 76 - color contains mainly: blue. Hex color #0C014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C014C is #F3FEB3. Grayscale: #0C0C0C. Windows color (decimal): -15990452 or 4981004. OLE color: 4981004.
HSL color Cylindrical-coordinate representation of color #0C014C: hue angle of 248.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C014C is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 1 | 76 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.70 |
| HSL | 248.8º | 0.97% | 0.15% | - |
| HSV(B) | 248.8º | 0.99% | 0.3% | - |
| XYZ | 1.47 | 0.62 | 6.88 | - |
| YUV | 12.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 76 | 0.84 | 0.99 | 0 | 0.70 | 248.8 | 0.97 | 0.15 |
| Hex | C | 1 | 4C | 54 | 63 | 0 | 46 | F9 | 61 | F |
| Octal | 14 | 1 | 114 | 124 | 143 | 0 | 106 | 371 | 141 | 17 |
| Binary | 1100 | 1 | 1001100 | 1010100 | 1100011 | 0 | 1000110 | 11111001 | 1100001 | 1111 |
Color Harmonies of #0C014C
Complementary color
Monochromatic Colors of #0C014C
Black with #0C014C
Text Example
Text Example
White with #0C014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C014C; }
p { color: rgb(12,1,76); }
H1.HeaderClassName
{
color: #0C014C;
}
.AnyTagClassName
{
color: #0C014C;
}
</style>
background-color css
<style>
a { background-color: #0C014C; }
a { background-color: rgb(12,1,76); }
div.DivClassName
{
background-color: #0C014C;
}
.BgClassName
{
background-color: #0C014C;
}
</style>
border-color css
<style>
span { border-color: #0C014C; }
span { border-color: rgb(12,1,76); }
td.TdClassName
{
border-color: #0C014C;
}
.TagClassName
{
border-color: #0C014C;
}
</style>