Shades of Navy Blue #0959DF
Tints of Navy Blue #0959DF
RGB
CMYK
RGB Variations
Color information
#0959DF (or 0x0959DF) is known color: Navy Blue. HEX triplet: 09, 59 and DF. RGB value is (9,89,223). Sum of RGB (Red+Green+Blue) = 9+89+223=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #0959DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0959DF is #F6A620. Grayscale: #4F4F4F. Windows color (decimal): -16164385 or 14637321. OLE color: 14637321.
HSL color Cylindrical-coordinate representation of color #0959DF: hue angle of 217.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0959DF is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 89 | 223 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.13 |
| HSL | 217.57º | 0.92% | 0.45% | - |
| HSV(B) | 217.57º | 0.96% | 0.87% | - |
| XYZ | 17 | 12.53 | 71.33 | - |
| YUV | 80.36 | 208.5 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 223 | 0.96 | 0.60 | 0 | 0.13 | 217.57 | 0.92 | 0.45 |
| Hex | 9 | 59 | DF | 60 | 3C | 0 | D | DA | 5C | 2D |
| Octal | 11 | 131 | 337 | 140 | 74 | 0 | 15 | 332 | 134 | 55 |
| Binary | 1001 | 1011001 | 11011111 | 1100000 | 111100 | 0 | 1101 | 11011010 | 1011100 | 101101 |
Color Harmonies of #0959DF
Complementary color
Monochromatic Colors of #0959DF
Black with #0959DF
Text Example
Text Example
White with #0959DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0959DF; }
p { color: rgb(9,89,223); }
H1.HeaderClassName
{
color: #0959DF;
}
.AnyTagClassName
{
color: #0959DF;
}
</style>
background-color css
<style>
a { background-color: #0959DF; }
a { background-color: rgb(9,89,223); }
div.DivClassName
{
background-color: #0959DF;
}
.BgClassName
{
background-color: #0959DF;
}
</style>
border-color css
<style>
span { border-color: #0959DF; }
span { border-color: rgb(9,89,223); }
td.TdClassName
{
border-color: #0959DF;
}
.TagClassName
{
border-color: #0959DF;
}
</style>