Shades of New Midnight Blue #0905AB
Tints of New Midnight Blue #0905AB
RGB
CMYK
RGB Variations
Color information
#0905AB (or 0x0905AB) is known color: New Midnight Blue. HEX triplet: 09, 05 and AB. RGB value is (9,5,171). Sum of RGB (Red+Green+Blue) = 9+5+171=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 171 (67.19% from 255 or 92.43% from 185); Max value from RGB is 171 - color contains mainly: blue. Hex color #0905AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0905AB is #F6FA54. Grayscale: #181818. Windows color (decimal): -16185941 or 11207945. OLE color: 11207945.
HSL color Cylindrical-coordinate representation of color #0905AB: hue angle of 241.45º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0905AB is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 5 | 171 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.33 |
| HSL | 241.45º | 0.94% | 0.35% | - |
| HSV(B) | 241.45º | 0.97% | 0.67% | - |
| XYZ | 7.52 | 3.11 | 38.73 | - |
| YUV | 25.12 | 210.33 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 171 | 0.95 | 0.97 | 0 | 0.33 | 241.45 | 0.94 | 0.35 |
| Hex | 9 | 5 | AB | 5F | 61 | 0 | 21 | F1 | 5E | 23 |
| Octal | 11 | 5 | 253 | 137 | 141 | 0 | 41 | 361 | 136 | 43 |
| Binary | 1001 | 101 | 10101011 | 1011111 | 1100001 | 0 | 100001 | 11110001 | 1011110 | 100011 |
Color Harmonies of #0905AB
Complementary color
Monochromatic Colors of #0905AB
Black with #0905AB
Text Example
Text Example
White with #0905AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0905AB; }
p { color: rgb(9,5,171); }
H1.HeaderClassName
{
color: #0905AB;
}
.AnyTagClassName
{
color: #0905AB;
}
</style>
background-color css
<style>
a { background-color: #0905AB; }
a { background-color: rgb(9,5,171); }
div.DivClassName
{
background-color: #0905AB;
}
.BgClassName
{
background-color: #0905AB;
}
</style>
border-color css
<style>
span { border-color: #0905AB; }
span { border-color: rgb(9,5,171); }
td.TdClassName
{
border-color: #0905AB;
}
.TagClassName
{
border-color: #0905AB;
}
</style>