Shades of New Midnight Blue #0908AB
Tints of New Midnight Blue #0908AB
RGB
CMYK
RGB Variations
Color information
#0908AB (or 0x0908AB) is known color: New Midnight Blue. HEX triplet: 09, 08 and AB. RGB value is (9,8,171). Sum of RGB (Red+Green+Blue) = 9+8+171=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 171 (67.19% from 255 or 90.96% from 188); Max value from RGB is 171 - color contains mainly: blue. Hex color #0908AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0908AB is #F6F754. Grayscale: #1A1A1A. Windows color (decimal): -16185173 or 11208713. OLE color: 11208713.
HSL color Cylindrical-coordinate representation of color #0908AB: hue angle of 240.37º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0908AB is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 8 | 171 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.33 |
| HSL | 240.37º | 0.91% | 0.35% | - |
| HSV(B) | 240.37º | 0.95% | 0.67% | - |
| XYZ | 7.55 | 3.17 | 38.74 | - |
| YUV | 26.88 | 209.33 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 171 | 0.95 | 0.95 | 0 | 0.33 | 240.37 | 0.91 | 0.35 |
| Hex | 9 | 8 | AB | 5F | 5F | 0 | 21 | F0 | 5B | 23 |
| Octal | 11 | 10 | 253 | 137 | 137 | 0 | 41 | 360 | 133 | 43 |
| Binary | 1001 | 1000 | 10101011 | 1011111 | 1011111 | 0 | 100001 | 11110000 | 1011011 | 100011 |
Color Harmonies of #0908AB
Complementary color
Monochromatic Colors of #0908AB
Black with #0908AB
Text Example
Text Example
White with #0908AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0908AB; }
p { color: rgb(9,8,171); }
H1.HeaderClassName
{
color: #0908AB;
}
.AnyTagClassName
{
color: #0908AB;
}
</style>
background-color css
<style>
a { background-color: #0908AB; }
a { background-color: rgb(9,8,171); }
div.DivClassName
{
background-color: #0908AB;
}
.BgClassName
{
background-color: #0908AB;
}
</style>
border-color css
<style>
span { border-color: #0908AB; }
span { border-color: rgb(9,8,171); }
td.TdClassName
{
border-color: #0908AB;
}
.TagClassName
{
border-color: #0908AB;
}
</style>