Shades of Midnight Blue #0E125C
Tints of Midnight Blue #0E125C
RGB
CMYK
RGB Variations
Color information
#0E125C (or 0x0E125C) is known color: Midnight Blue. HEX triplet: 0E, 12 and 5C. RGB value is (14,18,92). Sum of RGB (Red+Green+Blue) = 14+18+92=124 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.29% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 92 (36.33% from 255 or 74.19% from 124); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E125C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E125C is #F1EDA3. Grayscale: #181818. Windows color (decimal): -15855012 or 6033934. OLE color: 6033934.
HSL color Cylindrical-coordinate representation of color #0E125C: hue angle of 236.92º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E125C is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 18 | 92 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.64 |
| HSL | 236.92º | 0.74% | 0.21% | - |
| HSV(B) | 236.92º | 0.85% | 0.36% | - |
| XYZ | 2.33 | 1.3 | 10.25 | - |
| YUV | 25.24 | 165.67 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 18 | 92 | 0.85 | 0.80 | 0 | 0.64 | 236.92 | 0.74 | 0.21 |
| Hex | E | 12 | 5C | 55 | 50 | 0 | 40 | ED | 4A | 15 |
| Octal | 16 | 22 | 134 | 125 | 120 | 0 | 100 | 355 | 112 | 25 |
| Binary | 1110 | 10010 | 1011100 | 1010101 | 1010000 | 0 | 1000000 | 11101101 | 1001010 | 10101 |
Color Harmonies of #0E125C
Complementary color
Monochromatic Colors of #0E125C
Black with #0E125C
Text Example
Text Example
White with #0E125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E125C; }
p { color: rgb(14,18,92); }
H1.HeaderClassName
{
color: #0E125C;
}
.AnyTagClassName
{
color: #0E125C;
}
</style>
background-color css
<style>
a { background-color: #0E125C; }
a { background-color: rgb(14,18,92); }
div.DivClassName
{
background-color: #0E125C;
}
.BgClassName
{
background-color: #0E125C;
}
</style>
border-color css
<style>
span { border-color: #0E125C; }
span { border-color: rgb(14,18,92); }
td.TdClassName
{
border-color: #0E125C;
}
.TagClassName
{
border-color: #0E125C;
}
</style>