Shades of Midnight Blue #0E217F
Tints of Midnight Blue #0E217F
RGB
CMYK
RGB Variations
Color information
#0E217F (or 0x0E217F) is known color: Midnight Blue. HEX triplet: 0E, 21 and 7F. RGB value is (14,33,127). Sum of RGB (Red+Green+Blue) = 14+33+127=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 127 (50% from 255 or 72.99% from 174); Max value from RGB is 127 - color contains mainly: blue. Hex color #0E217F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E217F is #F1DE80. Grayscale: #252525. Windows color (decimal): -15851137 or 8331534. OLE color: 8331534.
HSL color Cylindrical-coordinate representation of color #0E217F: hue angle of 229.91º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E217F is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 33 | 127 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.50 |
| HSL | 229.91º | 0.8% | 0.28% | - |
| HSV(B) | 229.91º | 0.89% | 0.5% | - |
| XYZ | 4.56 | 2.71 | 20.36 | - |
| YUV | 38.04 | 178.21 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 33 | 127 | 0.89 | 0.74 | 0 | 0.50 | 229.91 | 0.8 | 0.28 |
| Hex | E | 21 | 7F | 59 | 4A | 0 | 32 | E6 | 50 | 1C |
| Octal | 16 | 41 | 177 | 131 | 112 | 0 | 62 | 346 | 120 | 34 |
| Binary | 1110 | 100001 | 1111111 | 1011001 | 1001010 | 0 | 110010 | 11100110 | 1010000 | 11100 |
Color Harmonies of #0E217F
Complementary color
Monochromatic Colors of #0E217F
Black with #0E217F
Text Example
Text Example
White with #0E217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E217F; }
p { color: rgb(14,33,127); }
H1.HeaderClassName
{
color: #0E217F;
}
.AnyTagClassName
{
color: #0E217F;
}
</style>
background-color css
<style>
a { background-color: #0E217F; }
a { background-color: rgb(14,33,127); }
div.DivClassName
{
background-color: #0E217F;
}
.BgClassName
{
background-color: #0E217F;
}
</style>
border-color css
<style>
span { border-color: #0E217F; }
span { border-color: rgb(14,33,127); }
td.TdClassName
{
border-color: #0E217F;
}
.TagClassName
{
border-color: #0E217F;
}
</style>