Shades of Midnight Blue #0C0E5C
Tints of Midnight Blue #0C0E5C
RGB
CMYK
RGB Variations
Color information
#0C0E5C (or 0x0C0E5C) is known color: Midnight Blue. HEX triplet: 0C, 0E and 5C. RGB value is (12,14,92). Sum of RGB (Red+Green+Blue) = 12+14+92=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 92 (36.33% from 255 or 77.97% from 118); Max value from RGB is 92 - color contains mainly: blue. Hex color #0C0E5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0E5C is #F3F1A3. Grayscale: #151515. Windows color (decimal): -15987108 or 6032908. OLE color: 6032908.
HSL color Cylindrical-coordinate representation of color #0C0E5C: hue angle of 238.5º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C0E5C is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 14 | 92 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.64 |
| HSL | 238.5º | 0.77% | 0.2% | - |
| HSV(B) | 238.5º | 0.87% | 0.36% | - |
| XYZ | 2.24 | 1.16 | 10.23 | - |
| YUV | 22.29 | 167.34 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 14 | 92 | 0.87 | 0.85 | 0 | 0.64 | 238.5 | 0.77 | 0.2 |
| Hex | C | E | 5C | 57 | 55 | 0 | 40 | EE | 4D | 14 |
| Octal | 14 | 16 | 134 | 127 | 125 | 0 | 100 | 356 | 115 | 24 |
| Binary | 1100 | 1110 | 1011100 | 1010111 | 1010101 | 0 | 1000000 | 11101110 | 1001101 | 10100 |
Color Harmonies of #0C0E5C
Complementary color
Monochromatic Colors of #0C0E5C
Black with #0C0E5C
Text Example
Text Example
White with #0C0E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0E5C; }
p { color: rgb(12,14,92); }
H1.HeaderClassName
{
color: #0C0E5C;
}
.AnyTagClassName
{
color: #0C0E5C;
}
</style>
background-color css
<style>
a { background-color: #0C0E5C; }
a { background-color: rgb(12,14,92); }
div.DivClassName
{
background-color: #0C0E5C;
}
.BgClassName
{
background-color: #0C0E5C;
}
</style>
border-color css
<style>
span { border-color: #0C0E5C; }
span { border-color: rgb(12,14,92); }
td.TdClassName
{
border-color: #0C0E5C;
}
.TagClassName
{
border-color: #0C0E5C;
}
</style>