Shades of Midnight Blue #0C054D
Tints of Midnight Blue #0C054D
RGB
CMYK
RGB Variations
Color information
#0C054D (or 0x0C054D) is known color: Midnight Blue. HEX triplet: 0C, 05 and 4D. RGB value is (12,5,77). Sum of RGB (Red+Green+Blue) = 12+5+77=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 77 (30.47% from 255 or 81.91% from 94); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C054D is #F3FAB2. Grayscale: #0F0F0F. Windows color (decimal): -15989427 or 5047564. OLE color: 5047564.
HSL color Cylindrical-coordinate representation of color #0C054D: hue angle of 245.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C054D is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 5 | 77 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.70 |
| HSL | 245.83º | 0.88% | 0.16% | - |
| HSV(B) | 245.83º | 0.94% | 0.3% | - |
| XYZ | 1.55 | 0.72 | 7.08 | - |
| YUV | 15.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 77 | 0.84 | 0.94 | 0 | 0.70 | 245.83 | 0.88 | 0.16 |
| Hex | C | 5 | 4D | 54 | 5E | 0 | 46 | F6 | 58 | 10 |
| Octal | 14 | 5 | 115 | 124 | 136 | 0 | 106 | 366 | 130 | 20 |
| Binary | 1100 | 101 | 1001101 | 1010100 | 1011110 | 0 | 1000110 | 11110110 | 1011000 | 10000 |
Color Harmonies of #0C054D
Complementary color
Monochromatic Colors of #0C054D
Black with #0C054D
Text Example
Text Example
White with #0C054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C054D; }
p { color: rgb(12,5,77); }
H1.HeaderClassName
{
color: #0C054D;
}
.AnyTagClassName
{
color: #0C054D;
}
</style>
background-color css
<style>
a { background-color: #0C054D; }
a { background-color: rgb(12,5,77); }
div.DivClassName
{
background-color: #0C054D;
}
.BgClassName
{
background-color: #0C054D;
}
</style>
border-color css
<style>
span { border-color: #0C054D; }
span { border-color: rgb(12,5,77); }
td.TdClassName
{
border-color: #0C054D;
}
.TagClassName
{
border-color: #0C054D;
}
</style>