Shades of New Midnight Blue #0E0CAA
Tints of New Midnight Blue #0E0CAA
RGB
CMYK
RGB Variations
Color information
#0E0CAA (or 0x0E0CAA) is known color: New Midnight Blue. HEX triplet: 0E, 0C and AA. RGB value is (14,12,170). Sum of RGB (Red+Green+Blue) = 14+12+170=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 170 (66.80% from 255 or 86.73% from 196); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E0CAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0CAA is #F1F355. Grayscale: #1D1D1D. Windows color (decimal): -15856470 or 11144206. OLE color: 11144206.
HSL color Cylindrical-coordinate representation of color #0E0CAA: hue angle of 240.76º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0CAA is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 12 | 170 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.33 |
| HSL | 240.76º | 0.87% | 0.36% | - |
| HSV(B) | 240.76º | 0.93% | 0.67% | - |
| XYZ | 7.57 | 3.26 | 38.26 | - |
| YUV | 30.61 | 206.66 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 12 | 170 | 0.92 | 0.93 | 0 | 0.33 | 240.76 | 0.87 | 0.36 |
| Hex | E | C | AA | 5C | 5D | 0 | 21 | F1 | 57 | 24 |
| Octal | 16 | 14 | 252 | 134 | 135 | 0 | 41 | 361 | 127 | 44 |
| Binary | 1110 | 1100 | 10101010 | 1011100 | 1011101 | 0 | 100001 | 11110001 | 1010111 | 100100 |
Color Harmonies of #0E0CAA
Complementary color
Monochromatic Colors of #0E0CAA
Black with #0E0CAA
Text Example
Text Example
White with #0E0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0CAA; }
p { color: rgb(14,12,170); }
H1.HeaderClassName
{
color: #0E0CAA;
}
.AnyTagClassName
{
color: #0E0CAA;
}
</style>
background-color css
<style>
a { background-color: #0E0CAA; }
a { background-color: rgb(14,12,170); }
div.DivClassName
{
background-color: #0E0CAA;
}
.BgClassName
{
background-color: #0E0CAA;
}
</style>
border-color css
<style>
span { border-color: #0E0CAA; }
span { border-color: rgb(14,12,170); }
td.TdClassName
{
border-color: #0E0CAA;
}
.TagClassName
{
border-color: #0E0CAA;
}
</style>