Shades of New Midnight Blue #0908AD
Tints of New Midnight Blue #0908AD
RGB
CMYK
RGB Variations
Color information
#0908AD (or 0x0908AD) is known color: New Midnight Blue. HEX triplet: 09, 08 and AD. RGB value is (9,8,173). Sum of RGB (Red+Green+Blue) = 9+8+173=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 173 (67.97% from 255 or 91.05% from 190); Max value from RGB is 173 - color contains mainly: blue. Hex color #0908AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0908AD is #F6F752. Grayscale: #1A1A1A. Windows color (decimal): -16185171 or 11339785. OLE color: 11339785.
HSL color Cylindrical-coordinate representation of color #0908AD: hue angle of 240.36º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0908AD is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 8 | 173 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.32 |
| HSL | 240.36º | 0.91% | 0.35% | - |
| HSV(B) | 240.36º | 0.95% | 0.68% | - |
| XYZ | 7.74 | 3.25 | 39.75 | - |
| YUV | 27.11 | 210.33 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 173 | 0.95 | 0.95 | 0 | 0.32 | 240.36 | 0.91 | 0.35 |
| Hex | 9 | 8 | AD | 5F | 5F | 0 | 20 | F0 | 5B | 23 |
| Octal | 11 | 10 | 255 | 137 | 137 | 0 | 40 | 360 | 133 | 43 |
| Binary | 1001 | 1000 | 10101101 | 1011111 | 1011111 | 0 | 100000 | 11110000 | 1011011 | 100011 |
Color Harmonies of #0908AD
Complementary color
Monochromatic Colors of #0908AD
Black with #0908AD
Text Example
Text Example
White with #0908AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0908AD; }
p { color: rgb(9,8,173); }
H1.HeaderClassName
{
color: #0908AD;
}
.AnyTagClassName
{
color: #0908AD;
}
</style>
background-color css
<style>
a { background-color: #0908AD; }
a { background-color: rgb(9,8,173); }
div.DivClassName
{
background-color: #0908AD;
}
.BgClassName
{
background-color: #0908AD;
}
</style>
border-color css
<style>
span { border-color: #0908AD; }
span { border-color: rgb(9,8,173); }
td.TdClassName
{
border-color: #0908AD;
}
.TagClassName
{
border-color: #0908AD;
}
</style>