Shades of Midnight Blue #0E2282
Tints of Midnight Blue #0E2282
RGB
CMYK
RGB Variations
Color information
#0E2282 (or 0x0E2282) is known color: Midnight Blue. HEX triplet: 0E, 22 and 82. RGB value is (14,34,130). Sum of RGB (Red+Green+Blue) = 14+34+130=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 130 (51.17% from 255 or 73.03% from 178); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E2282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2282 is #F1DD7D. Grayscale: #262626. Windows color (decimal): -15850878 or 8528398. OLE color: 8528398.
HSL color Cylindrical-coordinate representation of color #0E2282: hue angle of 229.66º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E2282 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 34 | 130 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.49 |
| HSL | 229.66º | 0.81% | 0.28% | - |
| HSV(B) | 229.66º | 0.89% | 0.51% | - |
| XYZ | 4.78 | 2.85 | 21.42 | - |
| YUV | 38.96 | 179.37 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 34 | 130 | 0.89 | 0.74 | 0 | 0.49 | 229.66 | 0.81 | 0.28 |
| Hex | E | 22 | 82 | 59 | 4A | 0 | 31 | E6 | 51 | 1C |
| Octal | 16 | 42 | 202 | 131 | 112 | 0 | 61 | 346 | 121 | 34 |
| Binary | 1110 | 100010 | 10000010 | 1011001 | 1001010 | 0 | 110001 | 11100110 | 1010001 | 11100 |
Color Harmonies of #0E2282
Complementary color
Monochromatic Colors of #0E2282
Black with #0E2282
Text Example
Text Example
White with #0E2282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2282; }
p { color: rgb(14,34,130); }
H1.HeaderClassName
{
color: #0E2282;
}
.AnyTagClassName
{
color: #0E2282;
}
</style>
background-color css
<style>
a { background-color: #0E2282; }
a { background-color: rgb(14,34,130); }
div.DivClassName
{
background-color: #0E2282;
}
.BgClassName
{
background-color: #0E2282;
}
</style>
border-color css
<style>
span { border-color: #0E2282; }
span { border-color: rgb(14,34,130); }
td.TdClassName
{
border-color: #0E2282;
}
.TagClassName
{
border-color: #0E2282;
}
</style>