Shades of New Midnight Blue #0E07AC
Tints of New Midnight Blue #0E07AC
RGB
CMYK
RGB Variations
Color information
#0E07AC (or 0x0E07AC) is known color: New Midnight Blue. HEX triplet: 0E, 07 and AC. RGB value is (14,7,172). Sum of RGB (Red+Green+Blue) = 14+7+172=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 172 (67.58% from 255 or 89.12% from 193); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E07AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E07AC is #F1F853. Grayscale: #1B1B1B. Windows color (decimal): -15857748 or 11273998. OLE color: 11273998.
HSL color Cylindrical-coordinate representation of color #0E07AC: hue angle of 242.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E07AC is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 7 | 172 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.33 |
| HSL | 242.55º | 0.92% | 0.35% | - |
| HSV(B) | 242.55º | 0.96% | 0.67% | - |
| XYZ | 7.7 | 3.22 | 39.25 | - |
| YUV | 27.9 | 209.32 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 7 | 172 | 0.92 | 0.96 | 0 | 0.33 | 242.55 | 0.92 | 0.35 |
| Hex | E | 7 | AC | 5C | 60 | 0 | 21 | F3 | 5C | 23 |
| Octal | 16 | 7 | 254 | 134 | 140 | 0 | 41 | 363 | 134 | 43 |
| Binary | 1110 | 111 | 10101100 | 1011100 | 1100000 | 0 | 100001 | 11110011 | 1011100 | 100011 |
Color Harmonies of #0E07AC
Complementary color
Monochromatic Colors of #0E07AC
Black with #0E07AC
Text Example
Text Example
White with #0E07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E07AC; }
p { color: rgb(14,7,172); }
H1.HeaderClassName
{
color: #0E07AC;
}
.AnyTagClassName
{
color: #0E07AC;
}
</style>
background-color css
<style>
a { background-color: #0E07AC; }
a { background-color: rgb(14,7,172); }
div.DivClassName
{
background-color: #0E07AC;
}
.BgClassName
{
background-color: #0E07AC;
}
</style>
border-color css
<style>
span { border-color: #0E07AC; }
span { border-color: rgb(14,7,172); }
td.TdClassName
{
border-color: #0E07AC;
}
.TagClassName
{
border-color: #0E07AC;
}
</style>