Shades of Navy Blue #0959DC
Tints of Navy Blue #0959DC
RGB
CMYK
RGB Variations
Color information
#0959DC (or 0x0959DC) is known color: Navy Blue. HEX triplet: 09, 59 and DC. RGB value is (9,89,220). Sum of RGB (Red+Green+Blue) = 9+89+220=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #0959DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0959DC is #F6A623. Grayscale: #4F4F4F. Windows color (decimal): -16164388 or 14440713. OLE color: 14440713.
HSL color Cylindrical-coordinate representation of color #0959DC: hue angle of 217.25º 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 #0959DC is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 89 | 220 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.14 |
| HSL | 217.25º | 0.92% | 0.45% | - |
| HSV(B) | 217.25º | 0.96% | 0.86% | - |
| XYZ | 16.6 | 12.37 | 69.22 | - |
| YUV | 80.01 | 207 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 220 | 0.96 | 0.60 | 0 | 0.14 | 217.25 | 0.92 | 0.45 |
| Hex | 9 | 59 | DC | 60 | 3C | 0 | E | D9 | 5C | 2D |
| Octal | 11 | 131 | 334 | 140 | 74 | 0 | 16 | 331 | 134 | 55 |
| Binary | 1001 | 1011001 | 11011100 | 1100000 | 111100 | 0 | 1110 | 11011001 | 1011100 | 101101 |
Color Harmonies of #0959DC
Complementary color
Monochromatic Colors of #0959DC
Black with #0959DC
Text Example
Text Example
White with #0959DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0959DC; }
p { color: rgb(9,89,220); }
H1.HeaderClassName
{
color: #0959DC;
}
.AnyTagClassName
{
color: #0959DC;
}
</style>
background-color css
<style>
a { background-color: #0959DC; }
a { background-color: rgb(9,89,220); }
div.DivClassName
{
background-color: #0959DC;
}
.BgClassName
{
background-color: #0959DC;
}
</style>
border-color css
<style>
span { border-color: #0959DC; }
span { border-color: rgb(9,89,220); }
td.TdClassName
{
border-color: #0959DC;
}
.TagClassName
{
border-color: #0959DC;
}
</style>