Shades of New Midnight Blue #0E00A2
Tints of New Midnight Blue #0E00A2
RGB
CMYK
RGB Variations
Color information
#0E00A2 (or 0x0E00A2) is known color: New Midnight Blue. HEX triplet: 0E, 00 and A2. RGB value is (14,0,162). Sum of RGB (Red+Green+Blue) = 14+0+162=176 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.95% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 162 (63.67% from 255 or 92.05% from 176); Max value from RGB is 162 - color contains mainly: blue. Hex color #0E00A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E00A2 is #F1FF5D. Grayscale: #161616. Windows color (decimal): -15859550 or 10616846. OLE color: 10616846.
HSL color Cylindrical-coordinate representation of color #0E00A2: hue angle of 245.19º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E00A2 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 0 | 162 | - |
| CMYK | 0.91 | 1 | 0 | 0.36 |
| HSL | 245.19º | 1% | 0.32% | - |
| HSV(B) | 245.19º | 1% | 0.64% | - |
| XYZ | 6.7 | 2.7 | 34.35 | - |
| YUV | 22.65 | 206.64 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 162 | 0.91 | 1 | 0 | 0.36 | 245.19 | 1 | 0.32 |
| Hex | E | 0 | A2 | 5B | 64 | 0 | 24 | F5 | 64 | 20 |
| Octal | 16 | 0 | 242 | 133 | 144 | 0 | 44 | 365 | 144 | 40 |
| Binary | 1110 | 0 | 10100010 | 1011011 | 1100100 | 0 | 100100 | 11110101 | 1100100 | 100000 |
Color Harmonies of #0E00A2
Complementary color
Monochromatic Colors of #0E00A2
Black with #0E00A2
Text Example
Text Example
White with #0E00A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E00A2; }
p { color: rgb(14,0,162); }
H1.HeaderClassName
{
color: #0E00A2;
}
.AnyTagClassName
{
color: #0E00A2;
}
</style>
background-color css
<style>
a { background-color: #0E00A2; }
a { background-color: rgb(14,0,162); }
div.DivClassName
{
background-color: #0E00A2;
}
.BgClassName
{
background-color: #0E00A2;
}
</style>
border-color css
<style>
span { border-color: #0E00A2; }
span { border-color: rgb(14,0,162); }
td.TdClassName
{
border-color: #0E00A2;
}
.TagClassName
{
border-color: #0E00A2;
}
</style>