Shades of Navy Blue #0959CF
Tints of Navy Blue #0959CF
RGB
CMYK
RGB Variations
Color information
#0959CF (or 0x0959CF) is known color: Navy Blue. HEX triplet: 09, 59 and CF. RGB value is (9,89,207). Sum of RGB (Red+Green+Blue) = 9+89+207=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #0959CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0959CF is #F6A630. Grayscale: #4D4D4D. Windows color (decimal): -16164401 or 13588745. OLE color: 13588745.
HSL color Cylindrical-coordinate representation of color #0959CF: hue angle of 215.76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0959CF is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 89 | 207 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.19 |
| HSL | 215.76º | 0.92% | 0.42% | - |
| HSV(B) | 215.76º | 0.96% | 0.81% | - |
| XYZ | 14.95 | 11.71 | 60.5 | - |
| YUV | 78.53 | 200.5 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 207 | 0.96 | 0.57 | 0 | 0.19 | 215.76 | 0.92 | 0.42 |
| Hex | 9 | 59 | CF | 60 | 39 | 0 | 13 | D8 | 5C | 2A |
| Octal | 11 | 131 | 317 | 140 | 71 | 0 | 23 | 330 | 134 | 52 |
| Binary | 1001 | 1011001 | 11001111 | 1100000 | 111001 | 0 | 10011 | 11011000 | 1011100 | 101010 |
Color Harmonies of #0959CF
Complementary color
Monochromatic Colors of #0959CF
Black with #0959CF
Text Example
Text Example
White with #0959CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0959CF; }
p { color: rgb(9,89,207); }
H1.HeaderClassName
{
color: #0959CF;
}
.AnyTagClassName
{
color: #0959CF;
}
</style>
background-color css
<style>
a { background-color: #0959CF; }
a { background-color: rgb(9,89,207); }
div.DivClassName
{
background-color: #0959CF;
}
.BgClassName
{
background-color: #0959CF;
}
</style>
border-color css
<style>
span { border-color: #0959CF; }
span { border-color: rgb(9,89,207); }
td.TdClassName
{
border-color: #0959CF;
}
.TagClassName
{
border-color: #0959CF;
}
</style>