Shades of New Midnight Blue #0E10AC
Tints of New Midnight Blue #0E10AC
RGB
CMYK
RGB Variations
Color information
#0E10AC (or 0x0E10AC) is known color: New Midnight Blue. HEX triplet: 0E, 10 and AC. RGB value is (14,16,172). Sum of RGB (Red+Green+Blue) = 14+16+172=202 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.93% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 172 (67.58% from 255 or 85.15% from 202); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E10AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E10AC is #F1EF53. Grayscale: #202020. Windows color (decimal): -15855444 or 11276302. OLE color: 11276302.
HSL color Cylindrical-coordinate representation of color #0E10AC: hue angle of 239.24º 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 #0E10AC is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 16 | 172 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.33 |
| HSL | 239.24º | 0.85% | 0.36% | - |
| HSV(B) | 239.24º | 0.92% | 0.67% | - |
| XYZ | 7.81 | 3.44 | 39.28 | - |
| YUV | 33.19 | 206.34 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 16 | 172 | 0.92 | 0.91 | 0 | 0.33 | 239.24 | 0.85 | 0.36 |
| Hex | E | 10 | AC | 5C | 5B | 0 | 21 | EF | 55 | 24 |
| Octal | 16 | 20 | 254 | 134 | 133 | 0 | 41 | 357 | 125 | 44 |
| Binary | 1110 | 10000 | 10101100 | 1011100 | 1011011 | 0 | 100001 | 11101111 | 1010101 | 100100 |
Color Harmonies of #0E10AC
Complementary color
Monochromatic Colors of #0E10AC
Black with #0E10AC
Text Example
Text Example
White with #0E10AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E10AC; }
p { color: rgb(14,16,172); }
H1.HeaderClassName
{
color: #0E10AC;
}
.AnyTagClassName
{
color: #0E10AC;
}
</style>
background-color css
<style>
a { background-color: #0E10AC; }
a { background-color: rgb(14,16,172); }
div.DivClassName
{
background-color: #0E10AC;
}
.BgClassName
{
background-color: #0E10AC;
}
</style>
border-color css
<style>
span { border-color: #0E10AC; }
span { border-color: rgb(14,16,172); }
td.TdClassName
{
border-color: #0E10AC;
}
.TagClassName
{
border-color: #0E10AC;
}
</style>