Shades of New Midnight Blue #0902AA
Tints of New Midnight Blue #0902AA
RGB
CMYK
RGB Variations
Color information
#0902AA (or 0x0902AA) is known color: New Midnight Blue. HEX triplet: 09, 02 and AA. RGB value is (9,2,170). Sum of RGB (Red+Green+Blue) = 9+2+170=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 170 (66.80% from 255 or 93.92% from 181); Max value from RGB is 170 - color contains mainly: blue. Hex color #0902AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0902AA is #F6FD55. Grayscale: #161616. Windows color (decimal): -16186710 or 11141641. OLE color: 11141641.
HSL color Cylindrical-coordinate representation of color #0902AA: hue angle of 242.5º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0902AA is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 2 | 170 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.33 |
| HSL | 242.5º | 0.98% | 0.34% | - |
| HSV(B) | 242.5º | 0.99% | 0.67% | - |
| XYZ | 7.39 | 3 | 38.22 | - |
| YUV | 23.25 | 210.82 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 170 | 0.95 | 0.99 | 0 | 0.33 | 242.5 | 0.98 | 0.34 |
| Hex | 9 | 2 | AA | 5F | 63 | 0 | 21 | F2 | 62 | 22 |
| Octal | 11 | 2 | 252 | 137 | 143 | 0 | 41 | 362 | 142 | 42 |
| Binary | 1001 | 10 | 10101010 | 1011111 | 1100011 | 0 | 100001 | 11110010 | 1100010 | 100010 |
Color Harmonies of #0902AA
Complementary color
Monochromatic Colors of #0902AA
Black with #0902AA
Text Example
Text Example
White with #0902AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0902AA; }
p { color: rgb(9,2,170); }
H1.HeaderClassName
{
color: #0902AA;
}
.AnyTagClassName
{
color: #0902AA;
}
</style>
background-color css
<style>
a { background-color: #0902AA; }
a { background-color: rgb(9,2,170); }
div.DivClassName
{
background-color: #0902AA;
}
.BgClassName
{
background-color: #0902AA;
}
</style>
border-color css
<style>
span { border-color: #0902AA; }
span { border-color: rgb(9,2,170); }
td.TdClassName
{
border-color: #0902AA;
}
.TagClassName
{
border-color: #0902AA;
}
</style>