Shades of New Midnight Blue #090EA7
Tints of New Midnight Blue #090EA7
RGB
CMYK
RGB Variations
Color information
#090EA7 (or 0x090EA7) is known color: New Midnight Blue. HEX triplet: 09, 0E and A7. RGB value is (9,14,167). Sum of RGB (Red+Green+Blue) = 9+14+167=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 14 (5.86% from 255 or 7.37% from 190); Blue value is 167 (65.62% from 255 or 87.89% from 190); Max value from RGB is 167 - color contains mainly: blue. Hex color #090EA7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090EA7 is #F6F158. Grayscale: #1D1D1D. Windows color (decimal): -16183641 or 10948105. OLE color: 10948105.
HSL color Cylindrical-coordinate representation of color #090EA7: hue angle of 238.1º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090EA7 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 14 | 167 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.35 |
| HSL | 238.1º | 0.9% | 0.35% | - |
| HSV(B) | 238.1º | 0.95% | 0.65% | - |
| XYZ | 7.24 | 3.16 | 36.79 | - |
| YUV | 29.95 | 205.34 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 167 | 0.95 | 0.92 | 0 | 0.35 | 238.1 | 0.9 | 0.35 |
| Hex | 9 | E | A7 | 5F | 5C | 0 | 23 | EE | 5A | 23 |
| Octal | 11 | 16 | 247 | 137 | 134 | 0 | 43 | 356 | 132 | 43 |
| Binary | 1001 | 1110 | 10100111 | 1011111 | 1011100 | 0 | 100011 | 11101110 | 1011010 | 100011 |
Color Harmonies of #090EA7
Complementary color
Monochromatic Colors of #090EA7
Black with #090EA7
Text Example
Text Example
White with #090EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090EA7; }
p { color: rgb(9,14,167); }
H1.HeaderClassName
{
color: #090EA7;
}
.AnyTagClassName
{
color: #090EA7;
}
</style>
background-color css
<style>
a { background-color: #090EA7; }
a { background-color: rgb(9,14,167); }
div.DivClassName
{
background-color: #090EA7;
}
.BgClassName
{
background-color: #090EA7;
}
</style>
border-color css
<style>
span { border-color: #090EA7; }
span { border-color: rgb(9,14,167); }
td.TdClassName
{
border-color: #090EA7;
}
.TagClassName
{
border-color: #090EA7;
}
</style>