Shades of New Midnight Blue #0910AA
Tints of New Midnight Blue #0910AA
RGB
CMYK
RGB Variations
Color information
#0910AA (or 0x0910AA) is known color: New Midnight Blue. HEX triplet: 09, 10 and AA. RGB value is (9,16,170). Sum of RGB (Red+Green+Blue) = 9+16+170=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 170 (66.80% from 255 or 87.18% from 195); Max value from RGB is 170 - color contains mainly: blue. Hex color #0910AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0910AA is #F6EF55. Grayscale: #1E1E1E. Windows color (decimal): -16183126 or 11145225. OLE color: 11145225.
HSL color Cylindrical-coordinate representation of color #0910AA: hue angle of 237.39º 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 #0910AA is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 16 | 170 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.33 |
| HSL | 237.39º | 0.9% | 0.35% | - |
| HSV(B) | 237.39º | 0.95% | 0.67% | - |
| XYZ | 7.55 | 3.33 | 38.28 | - |
| YUV | 31.46 | 206.18 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 170 | 0.95 | 0.91 | 0 | 0.33 | 237.39 | 0.9 | 0.35 |
| Hex | 9 | 10 | AA | 5F | 5B | 0 | 21 | ED | 5A | 23 |
| Octal | 11 | 20 | 252 | 137 | 133 | 0 | 41 | 355 | 132 | 43 |
| Binary | 1001 | 10000 | 10101010 | 1011111 | 1011011 | 0 | 100001 | 11101101 | 1011010 | 100011 |
Color Harmonies of #0910AA
Complementary color
Monochromatic Colors of #0910AA
Black with #0910AA
Text Example
Text Example
White with #0910AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0910AA; }
p { color: rgb(9,16,170); }
H1.HeaderClassName
{
color: #0910AA;
}
.AnyTagClassName
{
color: #0910AA;
}
</style>
background-color css
<style>
a { background-color: #0910AA; }
a { background-color: rgb(9,16,170); }
div.DivClassName
{
background-color: #0910AA;
}
.BgClassName
{
background-color: #0910AA;
}
</style>
border-color css
<style>
span { border-color: #0910AA; }
span { border-color: rgb(9,16,170); }
td.TdClassName
{
border-color: #0910AA;
}
.TagClassName
{
border-color: #0910AA;
}
</style>