Shades of Midnight Blue #0E1A73
Tints of Midnight Blue #0E1A73
RGB
CMYK
RGB Variations
Color information
#0E1A73 (or 0x0E1A73) is known color: Midnight Blue. HEX triplet: 0E, 1A and 73. RGB value is (14,26,115). Sum of RGB (Red+Green+Blue) = 14+26+115=155 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.03% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 115 (45.31% from 255 or 74.19% from 155); Max value from RGB is 115 - color contains mainly: blue. Hex color #0E1A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E1A73 is #F1E58C. Grayscale: #202020. Windows color (decimal): -15852941 or 7543310. OLE color: 7543310.
HSL color Cylindrical-coordinate representation of color #0E1A73: hue angle of 232.87º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E1A73 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 26 | 115 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.55 |
| HSL | 232.87º | 0.78% | 0.25% | - |
| HSV(B) | 232.87º | 0.88% | 0.45% | - |
| XYZ | 3.65 | 2.07 | 16.43 | - |
| YUV | 32.56 | 174.52 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 26 | 115 | 0.88 | 0.77 | 0 | 0.55 | 232.87 | 0.78 | 0.25 |
| Hex | E | 1A | 73 | 58 | 4D | 0 | 37 | E9 | 4E | 19 |
| Octal | 16 | 32 | 163 | 130 | 115 | 0 | 67 | 351 | 116 | 31 |
| Binary | 1110 | 11010 | 1110011 | 1011000 | 1001101 | 0 | 110111 | 11101001 | 1001110 | 11001 |
Color Harmonies of #0E1A73
Complementary color
Monochromatic Colors of #0E1A73
Black with #0E1A73
Text Example
Text Example
White with #0E1A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1A73; }
p { color: rgb(14,26,115); }
H1.HeaderClassName
{
color: #0E1A73;
}
.AnyTagClassName
{
color: #0E1A73;
}
</style>
background-color css
<style>
a { background-color: #0E1A73; }
a { background-color: rgb(14,26,115); }
div.DivClassName
{
background-color: #0E1A73;
}
.BgClassName
{
background-color: #0E1A73;
}
</style>
border-color css
<style>
span { border-color: #0E1A73; }
span { border-color: rgb(14,26,115); }
td.TdClassName
{
border-color: #0E1A73;
}
.TagClassName
{
border-color: #0E1A73;
}
</style>