Shades of Midnight Blue #0E125A
Tints of Midnight Blue #0E125A
RGB
CMYK
RGB Variations
Color information
#0E125A (or 0x0E125A) is known color: Midnight Blue. HEX triplet: 0E, 12 and 5A. RGB value is (14,18,90). Sum of RGB (Red+Green+Blue) = 14+18+90=122 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.48% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 90 (35.55% from 255 or 73.77% from 122); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E125A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E125A is #F1EDA5. Grayscale: #181818. Windows color (decimal): -15855014 or 5902862. OLE color: 5902862.
HSL color Cylindrical-coordinate representation of color #0E125A: hue angle of 236.84º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E125A is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 18 | 90 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.65 |
| HSL | 236.84º | 0.73% | 0.2% | - |
| HSV(B) | 236.84º | 0.84% | 0.35% | - |
| XYZ | 2.24 | 1.26 | 9.8 | - |
| YUV | 25.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 18 | 90 | 0.84 | 0.80 | 0 | 0.65 | 236.84 | 0.73 | 0.2 |
| Hex | E | 12 | 5A | 54 | 50 | 0 | 41 | ED | 49 | 14 |
| Octal | 16 | 22 | 132 | 124 | 120 | 0 | 101 | 355 | 111 | 24 |
| Binary | 1110 | 10010 | 1011010 | 1010100 | 1010000 | 0 | 1000001 | 11101101 | 1001001 | 10100 |
Color Harmonies of #0E125A
Complementary color
Monochromatic Colors of #0E125A
Black with #0E125A
Text Example
Text Example
White with #0E125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E125A; }
p { color: rgb(14,18,90); }
H1.HeaderClassName
{
color: #0E125A;
}
.AnyTagClassName
{
color: #0E125A;
}
</style>
background-color css
<style>
a { background-color: #0E125A; }
a { background-color: rgb(14,18,90); }
div.DivClassName
{
background-color: #0E125A;
}
.BgClassName
{
background-color: #0E125A;
}
</style>
border-color css
<style>
span { border-color: #0E125A; }
span { border-color: rgb(14,18,90); }
td.TdClassName
{
border-color: #0E125A;
}
.TagClassName
{
border-color: #0E125A;
}
</style>