Shades of New Midnight Blue #0E0FAC
Tints of New Midnight Blue #0E0FAC
RGB
CMYK
RGB Variations
Color information
#0E0FAC (or 0x0E0FAC) is known color: New Midnight Blue. HEX triplet: 0E, 0F and AC. RGB value is (14,15,172). Sum of RGB (Red+Green+Blue) = 14+15+172=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 172 (67.58% from 255 or 85.57% from 201); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E0FAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0FAC is #F1F053. Grayscale: #1F1F1F. Windows color (decimal): -15855700 or 11276046. OLE color: 11276046.
HSL color Cylindrical-coordinate representation of color #0E0FAC: hue angle of 239.62º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E0FAC is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 15 | 172 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.33 |
| HSL | 239.62º | 0.85% | 0.36% | - |
| HSV(B) | 239.62º | 0.92% | 0.67% | - |
| XYZ | 7.8 | 3.41 | 39.28 | - |
| YUV | 32.6 | 206.67 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 15 | 172 | 0.92 | 0.91 | 0 | 0.33 | 239.62 | 0.85 | 0.36 |
| Hex | E | F | AC | 5C | 5B | 0 | 21 | F0 | 55 | 24 |
| Octal | 16 | 17 | 254 | 134 | 133 | 0 | 41 | 360 | 125 | 44 |
| Binary | 1110 | 1111 | 10101100 | 1011100 | 1011011 | 0 | 100001 | 11110000 | 1010101 | 100100 |
Color Harmonies of #0E0FAC
Complementary color
Monochromatic Colors of #0E0FAC
Black with #0E0FAC
Text Example
Text Example
White with #0E0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0FAC; }
p { color: rgb(14,15,172); }
H1.HeaderClassName
{
color: #0E0FAC;
}
.AnyTagClassName
{
color: #0E0FAC;
}
</style>
background-color css
<style>
a { background-color: #0E0FAC; }
a { background-color: rgb(14,15,172); }
div.DivClassName
{
background-color: #0E0FAC;
}
.BgClassName
{
background-color: #0E0FAC;
}
</style>
border-color css
<style>
span { border-color: #0E0FAC; }
span { border-color: rgb(14,15,172); }
td.TdClassName
{
border-color: #0E0FAC;
}
.TagClassName
{
border-color: #0E0FAC;
}
</style>