Shades of New Midnight Blue #0904AA
Tints of New Midnight Blue #0904AA
RGB
CMYK
RGB Variations
Color information
#0904AA (or 0x0904AA) is known color: New Midnight Blue. HEX triplet: 09, 04 and AA. RGB value is (9,4,170). Sum of RGB (Red+Green+Blue) = 9+4+170=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 170 (66.80% from 255 or 92.90% from 183); Max value from RGB is 170 - color contains mainly: blue. Hex color #0904AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0904AA is #F6FB55. Grayscale: #171717. Windows color (decimal): -16186198 or 11142153. OLE color: 11142153.
HSL color Cylindrical-coordinate representation of color #0904AA: hue angle of 241.81º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0904AA is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 4 | 170 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.33 |
| HSL | 241.81º | 0.95% | 0.34% | - |
| HSV(B) | 241.81º | 0.98% | 0.67% | - |
| XYZ | 7.41 | 3.05 | 38.23 | - |
| YUV | 24.42 | 210.16 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 170 | 0.95 | 0.98 | 0 | 0.33 | 241.81 | 0.95 | 0.34 |
| Hex | 9 | 4 | AA | 5F | 62 | 0 | 21 | F2 | 5F | 22 |
| Octal | 11 | 4 | 252 | 137 | 142 | 0 | 41 | 362 | 137 | 42 |
| Binary | 1001 | 100 | 10101010 | 1011111 | 1100010 | 0 | 100001 | 11110010 | 1011111 | 100010 |
Color Harmonies of #0904AA
Complementary color
Monochromatic Colors of #0904AA
Black with #0904AA
Text Example
Text Example
White with #0904AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0904AA; }
p { color: rgb(9,4,170); }
H1.HeaderClassName
{
color: #0904AA;
}
.AnyTagClassName
{
color: #0904AA;
}
</style>
background-color css
<style>
a { background-color: #0904AA; }
a { background-color: rgb(9,4,170); }
div.DivClassName
{
background-color: #0904AA;
}
.BgClassName
{
background-color: #0904AA;
}
</style>
border-color css
<style>
span { border-color: #0904AA; }
span { border-color: rgb(9,4,170); }
td.TdClassName
{
border-color: #0904AA;
}
.TagClassName
{
border-color: #0904AA;
}
</style>