Shades of Midnight Blue #0E2482
Tints of Midnight Blue #0E2482
RGB
CMYK
RGB Variations
Color information
#0E2482 (or 0x0E2482) is known color: Midnight Blue. HEX triplet: 0E, 24 and 82. RGB value is (14,36,130). Sum of RGB (Red+Green+Blue) = 14+36+130=180 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.78% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 130 (51.17% from 255 or 72.22% from 180); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E2482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2482 is #F1DB7D. Grayscale: #272727. Windows color (decimal): -15850366 or 8528910. OLE color: 8528910.
HSL color Cylindrical-coordinate representation of color #0E2482: hue angle of 228.62º 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 #0E2482 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 36 | 130 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.49 |
| HSL | 228.62º | 0.81% | 0.28% | - |
| HSV(B) | 228.62º | 0.89% | 0.51% | - |
| XYZ | 4.84 | 2.97 | 21.44 | - |
| YUV | 40.14 | 178.71 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 36 | 130 | 0.89 | 0.72 | 0 | 0.49 | 228.62 | 0.81 | 0.28 |
| Hex | E | 24 | 82 | 59 | 48 | 0 | 31 | E5 | 51 | 1C |
| Octal | 16 | 44 | 202 | 131 | 110 | 0 | 61 | 345 | 121 | 34 |
| Binary | 1110 | 100100 | 10000010 | 1011001 | 1001000 | 0 | 110001 | 11100101 | 1010001 | 11100 |
Color Harmonies of #0E2482
Complementary color
Monochromatic Colors of #0E2482
Black with #0E2482
Text Example
Text Example
White with #0E2482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2482; }
p { color: rgb(14,36,130); }
H1.HeaderClassName
{
color: #0E2482;
}
.AnyTagClassName
{
color: #0E2482;
}
</style>
background-color css
<style>
a { background-color: #0E2482; }
a { background-color: rgb(14,36,130); }
div.DivClassName
{
background-color: #0E2482;
}
.BgClassName
{
background-color: #0E2482;
}
</style>
border-color css
<style>
span { border-color: #0E2482; }
span { border-color: rgb(14,36,130); }
td.TdClassName
{
border-color: #0E2482;
}
.TagClassName
{
border-color: #0E2482;
}
</style>