Shades of Midnight Blue #0C115F
Tints of Midnight Blue #0C115F
RGB
CMYK
RGB Variations
Color information
#0C115F (or 0x0C115F) is known color: Midnight Blue. HEX triplet: 0C, 11 and 5F. RGB value is (12,17,95). Sum of RGB (Red+Green+Blue) = 12+17+95=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 95 (37.5% from 255 or 76.61% from 124); Max value from RGB is 95 - color contains mainly: blue. Hex color #0C115F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C115F is #F3EEA0. Grayscale: #181818. Windows color (decimal): -15986337 or 6230284. OLE color: 6230284.
HSL color Cylindrical-coordinate representation of color #0C115F: hue angle of 236.39º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C115F is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 12 | 17 | 95 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.63 |
| HSL | 236.39º | 0.78% | 0.21% | - |
| HSV(B) | 236.39º | 0.87% | 0.37% | - |
| XYZ | 2.42 | 1.31 | 10.95 | - |
| YUV | 24.4 | 167.84 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 17 | 95 | 0.87 | 0.82 | 0 | 0.63 | 236.39 | 0.78 | 0.21 |
| Hex | C | 11 | 5F | 57 | 52 | 0 | 3F | EC | 4E | 15 |
| Octal | 14 | 21 | 137 | 127 | 122 | 0 | 77 | 354 | 116 | 25 |
| Binary | 1100 | 10001 | 1011111 | 1010111 | 1010010 | 0 | 111111 | 11101100 | 1001110 | 10101 |
Color Harmonies of #0C115F
Complementary color
Monochromatic Colors of #0C115F
Black with #0C115F
Text Example
Text Example
White with #0C115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C115F; }
p { color: rgb(12,17,95); }
H1.HeaderClassName
{
color: #0C115F;
}
.AnyTagClassName
{
color: #0C115F;
}
</style>
background-color css
<style>
a { background-color: #0C115F; }
a { background-color: rgb(12,17,95); }
div.DivClassName
{
background-color: #0C115F;
}
.BgClassName
{
background-color: #0C115F;
}
</style>
border-color css
<style>
span { border-color: #0C115F; }
span { border-color: rgb(12,17,95); }
td.TdClassName
{
border-color: #0C115F;
}
.TagClassName
{
border-color: #0C115F;
}
</style>