Shades of Midnight Blue #0E187B
Tints of Midnight Blue #0E187B
RGB
CMYK
RGB Variations
Color information
#0E187B (or 0x0E187B) is known color: Midnight Blue. HEX triplet: 0E, 18 and 7B. RGB value is (14,24,123). Sum of RGB (Red+Green+Blue) = 14+24+123=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 123 (48.44% from 255 or 76.40% from 161); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E187B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E187B is #F1E784. Grayscale: #1F1F1F. Windows color (decimal): -15853445 or 8067086. OLE color: 8067086.
HSL color Cylindrical-coordinate representation of color #0E187B: hue angle of 234.5º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E187B is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 24 | 123 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.52 |
| HSL | 234.5º | 0.8% | 0.27% | - |
| HSV(B) | 234.5º | 0.89% | 0.48% | - |
| XYZ | 4.08 | 2.18 | 18.94 | - |
| YUV | 32.3 | 179.19 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 24 | 123 | 0.89 | 0.80 | 0 | 0.52 | 234.5 | 0.8 | 0.27 |
| Hex | E | 18 | 7B | 59 | 50 | 0 | 34 | EA | 50 | 1B |
| Octal | 16 | 30 | 173 | 131 | 120 | 0 | 64 | 352 | 120 | 33 |
| Binary | 1110 | 11000 | 1111011 | 1011001 | 1010000 | 0 | 110100 | 11101010 | 1010000 | 11011 |
Color Harmonies of #0E187B
Complementary color
Monochromatic Colors of #0E187B
Black with #0E187B
Text Example
Text Example
White with #0E187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E187B; }
p { color: rgb(14,24,123); }
H1.HeaderClassName
{
color: #0E187B;
}
.AnyTagClassName
{
color: #0E187B;
}
</style>
background-color css
<style>
a { background-color: #0E187B; }
a { background-color: rgb(14,24,123); }
div.DivClassName
{
background-color: #0E187B;
}
.BgClassName
{
background-color: #0E187B;
}
</style>
border-color css
<style>
span { border-color: #0E187B; }
span { border-color: rgb(14,24,123); }
td.TdClassName
{
border-color: #0E187B;
}
.TagClassName
{
border-color: #0E187B;
}
</style>