Shades of Navy Blue #0959DB
Tints of Navy Blue #0959DB
RGB
CMYK
RGB Variations
Color information
#0959DB (or 0x0959DB) is known color: Navy Blue. HEX triplet: 09, 59 and DB. RGB value is (9,89,219). Sum of RGB (Red+Green+Blue) = 9+89+219=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #0959DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0959DB is #F6A624. Grayscale: #4F4F4F. Windows color (decimal): -16164389 or 14375177. OLE color: 14375177.
HSL color Cylindrical-coordinate representation of color #0959DB: hue angle of 217.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0959DB is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 89 | 219 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.14 |
| HSL | 217.14º | 0.92% | 0.45% | - |
| HSV(B) | 217.14º | 0.96% | 0.86% | - |
| XYZ | 16.47 | 12.32 | 68.53 | - |
| YUV | 79.9 | 206.5 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 219 | 0.96 | 0.59 | 0 | 0.14 | 217.14 | 0.92 | 0.45 |
| Hex | 9 | 59 | DB | 60 | 3B | 0 | E | D9 | 5C | 2D |
| Octal | 11 | 131 | 333 | 140 | 73 | 0 | 16 | 331 | 134 | 55 |
| Binary | 1001 | 1011001 | 11011011 | 1100000 | 111011 | 0 | 1110 | 11011001 | 1011100 | 101101 |
Color Harmonies of #0959DB
Complementary color
Monochromatic Colors of #0959DB
Black with #0959DB
Text Example
Text Example
White with #0959DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0959DB; }
p { color: rgb(9,89,219); }
H1.HeaderClassName
{
color: #0959DB;
}
.AnyTagClassName
{
color: #0959DB;
}
</style>
background-color css
<style>
a { background-color: #0959DB; }
a { background-color: rgb(9,89,219); }
div.DivClassName
{
background-color: #0959DB;
}
.BgClassName
{
background-color: #0959DB;
}
</style>
border-color css
<style>
span { border-color: #0959DB; }
span { border-color: rgb(9,89,219); }
td.TdClassName
{
border-color: #0959DB;
}
.TagClassName
{
border-color: #0959DB;
}
</style>