Shades of Midnight Blue #0C055F
Tints of Midnight Blue #0C055F
RGB
CMYK
RGB Variations
Color information
#0C055F (or 0x0C055F) is known color: Midnight Blue. HEX triplet: 0C, 05 and 5F. RGB value is (12,5,95). Sum of RGB (Red+Green+Blue) = 12+5+95=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 95 (37.5% from 255 or 84.82% from 112); Max value from RGB is 95 - color contains mainly: blue. Hex color #0C055F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C055F is #F3FAA0. Grayscale: #111111. Windows color (decimal): -15989409 or 6227212. OLE color: 6227212.
HSL color Cylindrical-coordinate representation of color #0C055F: hue angle of 244.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C055F is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 12 | 5 | 95 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.63 |
| HSL | 244.67º | 0.9% | 0.2% | - |
| HSV(B) | 244.67º | 0.95% | 0.37% | - |
| XYZ | 2.27 | 1.01 | 10.9 | - |
| YUV | 17.35 | 171.82 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 95 | 0.87 | 0.95 | 0 | 0.63 | 244.67 | 0.9 | 0.2 |
| Hex | C | 5 | 5F | 57 | 5F | 0 | 3F | F5 | 5A | 14 |
| Octal | 14 | 5 | 137 | 127 | 137 | 0 | 77 | 365 | 132 | 24 |
| Binary | 1100 | 101 | 1011111 | 1010111 | 1011111 | 0 | 111111 | 11110101 | 1011010 | 10100 |
Color Harmonies of #0C055F
Complementary color
Monochromatic Colors of #0C055F
Black with #0C055F
Text Example
Text Example
White with #0C055F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C055F; }
p { color: rgb(12,5,95); }
H1.HeaderClassName
{
color: #0C055F;
}
.AnyTagClassName
{
color: #0C055F;
}
</style>
background-color css
<style>
a { background-color: #0C055F; }
a { background-color: rgb(12,5,95); }
div.DivClassName
{
background-color: #0C055F;
}
.BgClassName
{
background-color: #0C055F;
}
</style>
border-color css
<style>
span { border-color: #0C055F; }
span { border-color: rgb(12,5,95); }
td.TdClassName
{
border-color: #0C055F;
}
.TagClassName
{
border-color: #0C055F;
}
</style>