Shades of New Midnight Blue #090DAC
Tints of New Midnight Blue #090DAC
RGB
CMYK
RGB Variations
Color information
#090DAC (or 0x090DAC) is known color: New Midnight Blue. HEX triplet: 09, 0D and AC. RGB value is (9,13,172). Sum of RGB (Red+Green+Blue) = 9+13+172=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 172 (67.58% from 255 or 88.66% from 194); Max value from RGB is 172 - color contains mainly: blue. Hex color #090DAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090DAC is #F6F253. Grayscale: #1D1D1D. Windows color (decimal): -16183892 or 11275529. OLE color: 11275529.
HSL color Cylindrical-coordinate representation of color #090DAC: hue angle of 238.53º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090DAC is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 13 | 172 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.33 |
| HSL | 238.53º | 0.9% | 0.35% | - |
| HSV(B) | 238.53º | 0.95% | 0.67% | - |
| XYZ | 7.7 | 3.32 | 39.27 | - |
| YUV | 29.93 | 208.17 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 172 | 0.95 | 0.92 | 0 | 0.33 | 238.53 | 0.9 | 0.35 |
| Hex | 9 | D | AC | 5F | 5C | 0 | 21 | EF | 5A | 23 |
| Octal | 11 | 15 | 254 | 137 | 134 | 0 | 41 | 357 | 132 | 43 |
| Binary | 1001 | 1101 | 10101100 | 1011111 | 1011100 | 0 | 100001 | 11101111 | 1011010 | 100011 |
Color Harmonies of #090DAC
Complementary color
Monochromatic Colors of #090DAC
Black with #090DAC
Text Example
Text Example
White with #090DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090DAC; }
p { color: rgb(9,13,172); }
H1.HeaderClassName
{
color: #090DAC;
}
.AnyTagClassName
{
color: #090DAC;
}
</style>
background-color css
<style>
a { background-color: #090DAC; }
a { background-color: rgb(9,13,172); }
div.DivClassName
{
background-color: #090DAC;
}
.BgClassName
{
background-color: #090DAC;
}
</style>
border-color css
<style>
span { border-color: #090DAC; }
span { border-color: rgb(9,13,172); }
td.TdClassName
{
border-color: #090DAC;
}
.TagClassName
{
border-color: #090DAC;
}
</style>