Shades of New Midnight Blue #090DAE
Tints of New Midnight Blue #090DAE
RGB
CMYK
RGB Variations
Color information
#090DAE (or 0x090DAE) is known color: New Midnight Blue. HEX triplet: 09, 0D and AE. RGB value is (9,13,174). Sum of RGB (Red+Green+Blue) = 9+13+174=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 174 (68.36% from 255 or 88.78% from 196); Max value from RGB is 174 - color contains mainly: blue. Hex color #090DAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090DAE is #F6F251. Grayscale: #1D1D1D. Windows color (decimal): -16183890 or 11406601. OLE color: 11406601.
HSL color Cylindrical-coordinate representation of color #090DAE: hue angle of 238.55º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090DAE is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 13 | 174 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.32 |
| HSL | 238.55º | 0.9% | 0.36% | - |
| HSV(B) | 238.55º | 0.95% | 0.68% | - |
| XYZ | 7.9 | 3.4 | 40.28 | - |
| YUV | 30.16 | 209.17 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 174 | 0.95 | 0.93 | 0 | 0.32 | 238.55 | 0.9 | 0.36 |
| Hex | 9 | D | AE | 5F | 5D | 0 | 20 | EF | 5A | 24 |
| Octal | 11 | 15 | 256 | 137 | 135 | 0 | 40 | 357 | 132 | 44 |
| Binary | 1001 | 1101 | 10101110 | 1011111 | 1011101 | 0 | 100000 | 11101111 | 1011010 | 100100 |
Color Harmonies of #090DAE
Complementary color
Monochromatic Colors of #090DAE
Black with #090DAE
Text Example
Text Example
White with #090DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090DAE; }
p { color: rgb(9,13,174); }
H1.HeaderClassName
{
color: #090DAE;
}
.AnyTagClassName
{
color: #090DAE;
}
</style>
background-color css
<style>
a { background-color: #090DAE; }
a { background-color: rgb(9,13,174); }
div.DivClassName
{
background-color: #090DAE;
}
.BgClassName
{
background-color: #090DAE;
}
</style>
border-color css
<style>
span { border-color: #090DAE; }
span { border-color: rgb(9,13,174); }
td.TdClassName
{
border-color: #090DAE;
}
.TagClassName
{
border-color: #090DAE;
}
</style>