Shades of New Midnight Blue #0E03AC
Tints of New Midnight Blue #0E03AC
RGB
CMYK
RGB Variations
Color information
#0E03AC (or 0x0E03AC) is known color: New Midnight Blue. HEX triplet: 0E, 03 and AC. RGB value is (14,3,172). Sum of RGB (Red+Green+Blue) = 14+3+172=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 172 (67.58% from 255 or 91.01% from 189); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E03AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E03AC is #F1FC53. Grayscale: #181818. Windows color (decimal): -15858772 or 11272974. OLE color: 11272974.
HSL color Cylindrical-coordinate representation of color #0E03AC: hue angle of 243.91º degrees, saturation: 0.97, 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 #0E03AC is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 3 | 172 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.33 |
| HSL | 243.91º | 0.97% | 0.34% | - |
| HSV(B) | 243.91º | 0.98% | 0.67% | - |
| XYZ | 7.66 | 3.14 | 39.23 | - |
| YUV | 25.56 | 210.64 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 172 | 0.92 | 0.98 | 0 | 0.33 | 243.91 | 0.97 | 0.34 |
| Hex | E | 3 | AC | 5C | 62 | 0 | 21 | F4 | 61 | 22 |
| Octal | 16 | 3 | 254 | 134 | 142 | 0 | 41 | 364 | 141 | 42 |
| Binary | 1110 | 11 | 10101100 | 1011100 | 1100010 | 0 | 100001 | 11110100 | 1100001 | 100010 |
Color Harmonies of #0E03AC
Complementary color
Monochromatic Colors of #0E03AC
Black with #0E03AC
Text Example
Text Example
White with #0E03AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E03AC; }
p { color: rgb(14,3,172); }
H1.HeaderClassName
{
color: #0E03AC;
}
.AnyTagClassName
{
color: #0E03AC;
}
</style>
background-color css
<style>
a { background-color: #0E03AC; }
a { background-color: rgb(14,3,172); }
div.DivClassName
{
background-color: #0E03AC;
}
.BgClassName
{
background-color: #0E03AC;
}
</style>
border-color css
<style>
span { border-color: #0E03AC; }
span { border-color: rgb(14,3,172); }
td.TdClassName
{
border-color: #0E03AC;
}
.TagClassName
{
border-color: #0E03AC;
}
</style>