Shades of Midnight Blue #0C055D
Tints of Midnight Blue #0C055D
RGB
CMYK
RGB Variations
Color information
#0C055D (or 0x0C055D) is known color: Midnight Blue. HEX triplet: 0C, 05 and 5D. RGB value is (12,5,93). Sum of RGB (Red+Green+Blue) = 12+5+93=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 93 (36.72% from 255 or 84.55% from 110); Max value from RGB is 93 - color contains mainly: blue. Hex color #0C055D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C055D is #F3FAA2. Grayscale: #101010. Windows color (decimal): -15989411 or 6096140. OLE color: 6096140.
HSL color Cylindrical-coordinate representation of color #0C055D: hue angle of 244.77º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C055D is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 5 | 93 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.64 |
| HSL | 244.77º | 0.9% | 0.19% | - |
| HSV(B) | 244.77º | 0.95% | 0.36% | - |
| XYZ | 2.18 | 0.98 | 10.43 | - |
| YUV | 17.13 | 170.82 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 93 | 0.87 | 0.95 | 0 | 0.64 | 244.77 | 0.9 | 0.19 |
| Hex | C | 5 | 5D | 57 | 5F | 0 | 40 | F5 | 5A | 13 |
| Octal | 14 | 5 | 135 | 127 | 137 | 0 | 100 | 365 | 132 | 23 |
| Binary | 1100 | 101 | 1011101 | 1010111 | 1011111 | 0 | 1000000 | 11110101 | 1011010 | 10011 |
Color Harmonies of #0C055D
Complementary color
Monochromatic Colors of #0C055D
Black with #0C055D
Text Example
Text Example
White with #0C055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C055D; }
p { color: rgb(12,5,93); }
H1.HeaderClassName
{
color: #0C055D;
}
.AnyTagClassName
{
color: #0C055D;
}
</style>
background-color css
<style>
a { background-color: #0C055D; }
a { background-color: rgb(12,5,93); }
div.DivClassName
{
background-color: #0C055D;
}
.BgClassName
{
background-color: #0C055D;
}
</style>
border-color css
<style>
span { border-color: #0C055D; }
span { border-color: rgb(12,5,93); }
td.TdClassName
{
border-color: #0C055D;
}
.TagClassName
{
border-color: #0C055D;
}
</style>