Shades of New Midnight Blue #0900AD
Tints of New Midnight Blue #0900AD
RGB
CMYK
RGB Variations
Color information
#0900AD (or 0x0900AD) is known color: New Midnight Blue. HEX triplet: 09, 00 and AD. RGB value is (9,0,173). Sum of RGB (Red+Green+Blue) = 9+0+173=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 173 (67.97% from 255 or 95.05% from 182); Max value from RGB is 173 - color contains mainly: blue. Hex color #0900AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0900AD is #F6FF52. Grayscale: #151515. Windows color (decimal): -16187219 or 11337737. OLE color: 11337737.
HSL color Cylindrical-coordinate representation of color #0900AD: hue angle of 243.12º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0900AD is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 0 | 173 | - |
| CMYK | 0.95 | 1 | 0 | 0.32 |
| HSL | 243.12º | 1% | 0.34% | - |
| HSV(B) | 243.12º | 1% | 0.68% | - |
| XYZ | 7.66 | 3.08 | 39.73 | - |
| YUV | 22.41 | 212.98 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 173 | 0.95 | 1 | 0 | 0.32 | 243.12 | 1 | 0.34 |
| Hex | 9 | 0 | AD | 5F | 64 | 0 | 20 | F3 | 64 | 22 |
| Octal | 11 | 0 | 255 | 137 | 144 | 0 | 40 | 363 | 144 | 42 |
| Binary | 1001 | 0 | 10101101 | 1011111 | 1100100 | 0 | 100000 | 11110011 | 1100100 | 100010 |
Color Harmonies of #0900AD
Complementary color
Monochromatic Colors of #0900AD
Black with #0900AD
Text Example
Text Example
White with #0900AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0900AD; }
p { color: rgb(9,0,173); }
H1.HeaderClassName
{
color: #0900AD;
}
.AnyTagClassName
{
color: #0900AD;
}
</style>
background-color css
<style>
a { background-color: #0900AD; }
a { background-color: rgb(9,0,173); }
div.DivClassName
{
background-color: #0900AD;
}
.BgClassName
{
background-color: #0900AD;
}
</style>
border-color css
<style>
span { border-color: #0900AD; }
span { border-color: rgb(9,0,173); }
td.TdClassName
{
border-color: #0900AD;
}
.TagClassName
{
border-color: #0900AD;
}
</style>