Shades of New Midnight Blue #0915AD
Tints of New Midnight Blue #0915AD
RGB
CMYK
RGB Variations
Color information
#0915AD (or 0x0915AD) is known color: New Midnight Blue. HEX triplet: 09, 15 and AD. RGB value is (9,21,173). Sum of RGB (Red+Green+Blue) = 9+21+173=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 173 (67.97% from 255 or 85.22% from 203); Max value from RGB is 173 - color contains mainly: blue. Hex color #0915AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0915AD is #F6EA52. Grayscale: #222222. Windows color (decimal): -16181843 or 11343113. OLE color: 11343113.
HSL color Cylindrical-coordinate representation of color #0915AD: hue angle of 235.61º 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 #0915AD is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 21 | 173 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.32 |
| HSL | 235.61º | 0.9% | 0.36% | - |
| HSV(B) | 235.61º | 0.95% | 0.68% | - |
| XYZ | 7.92 | 3.61 | 39.81 | - |
| YUV | 34.74 | 206.02 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 173 | 0.95 | 0.88 | 0 | 0.32 | 235.61 | 0.9 | 0.36 |
| Hex | 9 | 15 | AD | 5F | 58 | 0 | 20 | EC | 5A | 24 |
| Octal | 11 | 25 | 255 | 137 | 130 | 0 | 40 | 354 | 132 | 44 |
| Binary | 1001 | 10101 | 10101101 | 1011111 | 1011000 | 0 | 100000 | 11101100 | 1011010 | 100100 |
Color Harmonies of #0915AD
Complementary color
Monochromatic Colors of #0915AD
Black with #0915AD
Text Example
Text Example
White with #0915AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0915AD; }
p { color: rgb(9,21,173); }
H1.HeaderClassName
{
color: #0915AD;
}
.AnyTagClassName
{
color: #0915AD;
}
</style>
background-color css
<style>
a { background-color: #0915AD; }
a { background-color: rgb(9,21,173); }
div.DivClassName
{
background-color: #0915AD;
}
.BgClassName
{
background-color: #0915AD;
}
</style>
border-color css
<style>
span { border-color: #0915AD; }
span { border-color: rgb(9,21,173); }
td.TdClassName
{
border-color: #0915AD;
}
.TagClassName
{
border-color: #0915AD;
}
</style>