Shades of Midnight Blue #0C054E
Tints of Midnight Blue #0C054E
RGB
CMYK
RGB Variations
Color information
#0C054E (or 0x0C054E) is known color: Midnight Blue. HEX triplet: 0C, 05 and 4E. RGB value is (12,5,78). Sum of RGB (Red+Green+Blue) = 12+5+78=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 78 (30.86% from 255 or 82.11% from 95); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C054E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C054E is #F3FAB1. Grayscale: #0F0F0F. Windows color (decimal): -15989426 or 5113100. OLE color: 5113100.
HSL color Cylindrical-coordinate representation of color #0C054E: hue angle of 245.75º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C054E is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 5 | 78 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.69 |
| HSL | 245.75º | 0.88% | 0.16% | - |
| HSV(B) | 245.75º | 0.94% | 0.31% | - |
| XYZ | 1.58 | 0.74 | 7.27 | - |
| YUV | 15.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 78 | 0.85 | 0.94 | 0 | 0.69 | 245.75 | 0.88 | 0.16 |
| Hex | C | 5 | 4E | 55 | 5E | 0 | 45 | F6 | 58 | 10 |
| Octal | 14 | 5 | 116 | 125 | 136 | 0 | 105 | 366 | 130 | 20 |
| Binary | 1100 | 101 | 1001110 | 1010101 | 1011110 | 0 | 1000101 | 11110110 | 1011000 | 10000 |
Color Harmonies of #0C054E
Complementary color
Monochromatic Colors of #0C054E
Black with #0C054E
Text Example
Text Example
White with #0C054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C054E; }
p { color: rgb(12,5,78); }
H1.HeaderClassName
{
color: #0C054E;
}
.AnyTagClassName
{
color: #0C054E;
}
</style>
background-color css
<style>
a { background-color: #0C054E; }
a { background-color: rgb(12,5,78); }
div.DivClassName
{
background-color: #0C054E;
}
.BgClassName
{
background-color: #0C054E;
}
</style>
border-color css
<style>
span { border-color: #0C054E; }
span { border-color: rgb(12,5,78); }
td.TdClassName
{
border-color: #0C054E;
}
.TagClassName
{
border-color: #0C054E;
}
</style>