Shades of New Midnight Blue #0E04AA
Tints of New Midnight Blue #0E04AA
RGB
CMYK
RGB Variations
Color information
#0E04AA (or 0x0E04AA) is known color: New Midnight Blue. HEX triplet: 0E, 04 and AA. RGB value is (14,4,170). Sum of RGB (Red+Green+Blue) = 14+4+170=188 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.45% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 170 (66.80% from 255 or 90.43% from 188); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E04AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E04AA is #F1FB55. Grayscale: #191919. Windows color (decimal): -15858518 or 11142158. OLE color: 11142158.
HSL color Cylindrical-coordinate representation of color #0E04AA: hue angle of 243.61º 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 #0E04AA is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 4 | 170 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.33 |
| HSL | 243.61º | 0.95% | 0.34% | - |
| HSV(B) | 243.61º | 0.98% | 0.67% | - |
| XYZ | 7.48 | 3.08 | 38.23 | - |
| YUV | 25.91 | 209.31 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 170 | 0.92 | 0.98 | 0 | 0.33 | 243.61 | 0.95 | 0.34 |
| Hex | E | 4 | AA | 5C | 62 | 0 | 21 | F4 | 5F | 22 |
| Octal | 16 | 4 | 252 | 134 | 142 | 0 | 41 | 364 | 137 | 42 |
| Binary | 1110 | 100 | 10101010 | 1011100 | 1100010 | 0 | 100001 | 11110100 | 1011111 | 100010 |
Color Harmonies of #0E04AA
Complementary color
Monochromatic Colors of #0E04AA
Black with #0E04AA
Text Example
Text Example
White with #0E04AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E04AA; }
p { color: rgb(14,4,170); }
H1.HeaderClassName
{
color: #0E04AA;
}
.AnyTagClassName
{
color: #0E04AA;
}
</style>
background-color css
<style>
a { background-color: #0E04AA; }
a { background-color: rgb(14,4,170); }
div.DivClassName
{
background-color: #0E04AA;
}
.BgClassName
{
background-color: #0E04AA;
}
</style>
border-color css
<style>
span { border-color: #0E04AA; }
span { border-color: rgb(14,4,170); }
td.TdClassName
{
border-color: #0E04AA;
}
.TagClassName
{
border-color: #0E04AA;
}
</style>