Shades of Midnight Blue #0C044C
Tints of Midnight Blue #0C044C
RGB
CMYK
RGB Variations
Color information
#0C044C (or 0x0C044C) is known color: Midnight Blue. HEX triplet: 0C, 04 and 4C. RGB value is (12,4,76). Sum of RGB (Red+Green+Blue) = 12+4+76=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 76 (30.08% from 255 or 82.61% from 92); Max value from RGB is 76 - color contains mainly: blue. Hex color #0C044C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C044C is #F3FBB3. Grayscale: #0E0E0E. Windows color (decimal): -15989684 or 4981772. OLE color: 4981772.
HSL color Cylindrical-coordinate representation of color #0C044C: hue angle of 246.67º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C044C is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 4 | 76 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.70 |
| HSL | 246.67º | 0.9% | 0.16% | - |
| HSV(B) | 246.67º | 0.95% | 0.3% | - |
| XYZ | 1.5 | 0.69 | 6.89 | - |
| YUV | 14.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 76 | 0.84 | 0.95 | 0 | 0.70 | 246.67 | 0.9 | 0.16 |
| Hex | C | 4 | 4C | 54 | 5F | 0 | 46 | F7 | 5A | 10 |
| Octal | 14 | 4 | 114 | 124 | 137 | 0 | 106 | 367 | 132 | 20 |
| Binary | 1100 | 100 | 1001100 | 1010100 | 1011111 | 0 | 1000110 | 11110111 | 1011010 | 10000 |
Color Harmonies of #0C044C
Complementary color
Monochromatic Colors of #0C044C
Black with #0C044C
Text Example
Text Example
White with #0C044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C044C; }
p { color: rgb(12,4,76); }
H1.HeaderClassName
{
color: #0C044C;
}
.AnyTagClassName
{
color: #0C044C;
}
</style>
background-color css
<style>
a { background-color: #0C044C; }
a { background-color: rgb(12,4,76); }
div.DivClassName
{
background-color: #0C044C;
}
.BgClassName
{
background-color: #0C044C;
}
</style>
border-color css
<style>
span { border-color: #0C044C; }
span { border-color: rgb(12,4,76); }
td.TdClassName
{
border-color: #0C044C;
}
.TagClassName
{
border-color: #0C044C;
}
</style>