Shades of New Midnight Blue #090FAC
Tints of New Midnight Blue #090FAC
RGB
CMYK
RGB Variations
Color information
#090FAC (or 0x090FAC) is known color: New Midnight Blue. HEX triplet: 09, 0F and AC. RGB value is (9,15,172). Sum of RGB (Red+Green+Blue) = 9+15+172=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 172 (67.58% from 255 or 87.76% from 196); Max value from RGB is 172 - color contains mainly: blue. Hex color #090FAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090FAC is #F6F053. Grayscale: #1E1E1E. Windows color (decimal): -16183380 or 11276041. OLE color: 11276041.
HSL color Cylindrical-coordinate representation of color #090FAC: hue angle of 237.79º 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 #090FAC is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 15 | 172 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.33 |
| HSL | 237.79º | 0.9% | 0.35% | - |
| HSV(B) | 237.79º | 0.95% | 0.67% | - |
| XYZ | 7.73 | 3.38 | 39.27 | - |
| YUV | 31.1 | 207.51 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 172 | 0.95 | 0.91 | 0 | 0.33 | 237.79 | 0.9 | 0.35 |
| Hex | 9 | F | AC | 5F | 5B | 0 | 21 | EE | 5A | 23 |
| Octal | 11 | 17 | 254 | 137 | 133 | 0 | 41 | 356 | 132 | 43 |
| Binary | 1001 | 1111 | 10101100 | 1011111 | 1011011 | 0 | 100001 | 11101110 | 1011010 | 100011 |
Color Harmonies of #090FAC
Complementary color
Monochromatic Colors of #090FAC
Black with #090FAC
Text Example
Text Example
White with #090FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090FAC; }
p { color: rgb(9,15,172); }
H1.HeaderClassName
{
color: #090FAC;
}
.AnyTagClassName
{
color: #090FAC;
}
</style>
background-color css
<style>
a { background-color: #090FAC; }
a { background-color: rgb(9,15,172); }
div.DivClassName
{
background-color: #090FAC;
}
.BgClassName
{
background-color: #090FAC;
}
</style>
border-color css
<style>
span { border-color: #090FAC; }
span { border-color: rgb(9,15,172); }
td.TdClassName
{
border-color: #090FAC;
}
.TagClassName
{
border-color: #090FAC;
}
</style>