Shades of New Midnight Blue #0910AD
Tints of New Midnight Blue #0910AD
RGB
CMYK
RGB Variations
Color information
#0910AD (or 0x0910AD) is known color: New Midnight Blue. HEX triplet: 09, 10 and AD. RGB value is (9,16,173). Sum of RGB (Red+Green+Blue) = 9+16+173=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 173 (67.97% from 255 or 87.37% from 198); Max value from RGB is 173 - color contains mainly: blue. Hex color #0910AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0910AD is #F6EF52. Grayscale: #1F1F1F. Windows color (decimal): -16183123 or 11341833. OLE color: 11341833.
HSL color Cylindrical-coordinate representation of color #0910AD: hue angle of 237.44º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0910AD is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 16 | 173 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.32 |
| HSL | 237.44º | 0.9% | 0.36% | - |
| HSV(B) | 237.44º | 0.95% | 0.68% | - |
| XYZ | 7.84 | 3.45 | 39.79 | - |
| YUV | 31.81 | 207.68 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 173 | 0.95 | 0.91 | 0 | 0.32 | 237.44 | 0.9 | 0.36 |
| Hex | 9 | 10 | AD | 5F | 5B | 0 | 20 | ED | 5A | 24 |
| Octal | 11 | 20 | 255 | 137 | 133 | 0 | 40 | 355 | 132 | 44 |
| Binary | 1001 | 10000 | 10101101 | 1011111 | 1011011 | 0 | 100000 | 11101101 | 1011010 | 100100 |
Color Harmonies of #0910AD
Complementary color
Monochromatic Colors of #0910AD
Black with #0910AD
Text Example
Text Example
White with #0910AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0910AD; }
p { color: rgb(9,16,173); }
H1.HeaderClassName
{
color: #0910AD;
}
.AnyTagClassName
{
color: #0910AD;
}
</style>
background-color css
<style>
a { background-color: #0910AD; }
a { background-color: rgb(9,16,173); }
div.DivClassName
{
background-color: #0910AD;
}
.BgClassName
{
background-color: #0910AD;
}
</style>
border-color css
<style>
span { border-color: #0910AD; }
span { border-color: rgb(9,16,173); }
td.TdClassName
{
border-color: #0910AD;
}
.TagClassName
{
border-color: #0910AD;
}
</style>