Shades of Midnight Blue #0C044E
Tints of Midnight Blue #0C044E
RGB
CMYK
RGB Variations
Color information
#0C044E (or 0x0C044E) is known color: Midnight Blue. HEX triplet: 0C, 04 and 4E. RGB value is (12,4,78). Sum of RGB (Red+Green+Blue) = 12+4+78=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 78 (30.86% from 255 or 82.98% from 94); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C044E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C044E is #F3FBB1. Grayscale: #0E0E0E. Windows color (decimal): -15989682 or 5112844. OLE color: 5112844.
HSL color Cylindrical-coordinate representation of color #0C044E: hue angle of 246.49º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C044E is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 4 | 78 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.69 |
| HSL | 246.49º | 0.9% | 0.16% | - |
| HSV(B) | 246.49º | 0.95% | 0.31% | - |
| XYZ | 1.57 | 0.72 | 7.26 | - |
| YUV | 14.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 78 | 0.85 | 0.95 | 0 | 0.69 | 246.49 | 0.9 | 0.16 |
| Hex | C | 4 | 4E | 55 | 5F | 0 | 45 | F6 | 5A | 10 |
| Octal | 14 | 4 | 116 | 125 | 137 | 0 | 105 | 366 | 132 | 20 |
| Binary | 1100 | 100 | 1001110 | 1010101 | 1011111 | 0 | 1000101 | 11110110 | 1011010 | 10000 |
Color Harmonies of #0C044E
Complementary color
Monochromatic Colors of #0C044E
Black with #0C044E
Text Example
Text Example
White with #0C044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C044E; }
p { color: rgb(12,4,78); }
H1.HeaderClassName
{
color: #0C044E;
}
.AnyTagClassName
{
color: #0C044E;
}
</style>
background-color css
<style>
a { background-color: #0C044E; }
a { background-color: rgb(12,4,78); }
div.DivClassName
{
background-color: #0C044E;
}
.BgClassName
{
background-color: #0C044E;
}
</style>
border-color css
<style>
span { border-color: #0C044E; }
span { border-color: rgb(12,4,78); }
td.TdClassName
{
border-color: #0C044E;
}
.TagClassName
{
border-color: #0C044E;
}
</style>