Shades of New Midnight Blue #0E0CAF
Tints of New Midnight Blue #0E0CAF
RGB
CMYK
RGB Variations
Color information
#0E0CAF (or 0x0E0CAF) is known color: New Midnight Blue. HEX triplet: 0E, 0C and AF. RGB value is (14,12,175). Sum of RGB (Red+Green+Blue) = 14+12+175=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 175 (68.75% from 255 or 87.06% from 201); Max value from RGB is 175 - color contains mainly: blue. Hex color #0E0CAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0CAF is #F1F350. Grayscale: #1E1E1E. Windows color (decimal): -15856465 or 11471886. OLE color: 11471886.
HSL color Cylindrical-coordinate representation of color #0E0CAF: hue angle of 240.74º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0CAF is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 12 | 175 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.31 |
| HSL | 240.74º | 0.87% | 0.37% | - |
| HSV(B) | 240.74º | 0.93% | 0.69% | - |
| XYZ | 8.05 | 3.45 | 40.8 | - |
| YUV | 31.18 | 209.16 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 12 | 175 | 0.92 | 0.93 | 0 | 0.31 | 240.74 | 0.87 | 0.37 |
| Hex | E | C | AF | 5C | 5D | 0 | 1F | F1 | 57 | 25 |
| Octal | 16 | 14 | 257 | 134 | 135 | 0 | 37 | 361 | 127 | 45 |
| Binary | 1110 | 1100 | 10101111 | 1011100 | 1011101 | 0 | 11111 | 11110001 | 1010111 | 100101 |
Color Harmonies of #0E0CAF
Complementary color
Monochromatic Colors of #0E0CAF
Black with #0E0CAF
Text Example
Text Example
White with #0E0CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0CAF; }
p { color: rgb(14,12,175); }
H1.HeaderClassName
{
color: #0E0CAF;
}
.AnyTagClassName
{
color: #0E0CAF;
}
</style>
background-color css
<style>
a { background-color: #0E0CAF; }
a { background-color: rgb(14,12,175); }
div.DivClassName
{
background-color: #0E0CAF;
}
.BgClassName
{
background-color: #0E0CAF;
}
</style>
border-color css
<style>
span { border-color: #0E0CAF; }
span { border-color: rgb(14,12,175); }
td.TdClassName
{
border-color: #0E0CAF;
}
.TagClassName
{
border-color: #0E0CAF;
}
</style>