Shades of New Midnight Blue #0E04AB
Tints of New Midnight Blue #0E04AB
RGB
CMYK
RGB Variations
Color information
#0E04AB (or 0x0E04AB) is known color: New Midnight Blue. HEX triplet: 0E, 04 and AB. RGB value is (14,4,171). Sum of RGB (Red+Green+Blue) = 14+4+171=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 171 (67.19% from 255 or 90.48% from 189); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E04AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E04AB is #F1FB54. Grayscale: #191919. Windows color (decimal): -15858517 or 11207694. OLE color: 11207694.
HSL color Cylindrical-coordinate representation of color #0E04AB: hue angle of 243.59º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E04AB is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 4 | 171 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.33 |
| HSL | 243.59º | 0.95% | 0.34% | - |
| HSV(B) | 243.59º | 0.98% | 0.67% | - |
| XYZ | 7.58 | 3.12 | 38.73 | - |
| YUV | 26.03 | 209.81 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 171 | 0.92 | 0.98 | 0 | 0.33 | 243.59 | 0.95 | 0.34 |
| Hex | E | 4 | AB | 5C | 62 | 0 | 21 | F4 | 5F | 22 |
| Octal | 16 | 4 | 253 | 134 | 142 | 0 | 41 | 364 | 137 | 42 |
| Binary | 1110 | 100 | 10101011 | 1011100 | 1100010 | 0 | 100001 | 11110100 | 1011111 | 100010 |
Color Harmonies of #0E04AB
Complementary color
Monochromatic Colors of #0E04AB
Black with #0E04AB
Text Example
Text Example
White with #0E04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E04AB; }
p { color: rgb(14,4,171); }
H1.HeaderClassName
{
color: #0E04AB;
}
.AnyTagClassName
{
color: #0E04AB;
}
</style>
background-color css
<style>
a { background-color: #0E04AB; }
a { background-color: rgb(14,4,171); }
div.DivClassName
{
background-color: #0E04AB;
}
.BgClassName
{
background-color: #0E04AB;
}
</style>
border-color css
<style>
span { border-color: #0E04AB; }
span { border-color: rgb(14,4,171); }
td.TdClassName
{
border-color: #0E04AB;
}
.TagClassName
{
border-color: #0E04AB;
}
</style>