Shades of Navy Blue #0960CF
Tints of Navy Blue #0960CF
RGB
CMYK
RGB Variations
Color information
#0960CF (or 0x0960CF) is known color: Navy Blue. HEX triplet: 09, 60 and CF. RGB value is (9,96,207). Sum of RGB (Red+Green+Blue) = 9+96+207=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #0960CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0960CF is #F69F30. Grayscale: #525252. Windows color (decimal): -16162609 or 13590537. OLE color: 13590537.
HSL color Cylindrical-coordinate representation of color #0960CF: hue angle of 213.64º 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 #0960CF is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 96 | 207 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.19 |
| HSL | 213.64º | 0.92% | 0.42% | - |
| HSV(B) | 213.64º | 0.96% | 0.81% | - |
| XYZ | 15.56 | 12.93 | 60.71 | - |
| YUV | 82.64 | 198.18 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 207 | 0.96 | 0.54 | 0 | 0.19 | 213.64 | 0.92 | 0.42 |
| Hex | 9 | 60 | CF | 60 | 36 | 0 | 13 | D6 | 5C | 2A |
| Octal | 11 | 140 | 317 | 140 | 66 | 0 | 23 | 326 | 134 | 52 |
| Binary | 1001 | 1100000 | 11001111 | 1100000 | 110110 | 0 | 10011 | 11010110 | 1011100 | 101010 |
Color Harmonies of #0960CF
Complementary color
Monochromatic Colors of #0960CF
Black with #0960CF
Text Example
Text Example
White with #0960CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0960CF; }
p { color: rgb(9,96,207); }
H1.HeaderClassName
{
color: #0960CF;
}
.AnyTagClassName
{
color: #0960CF;
}
</style>
background-color css
<style>
a { background-color: #0960CF; }
a { background-color: rgb(9,96,207); }
div.DivClassName
{
background-color: #0960CF;
}
.BgClassName
{
background-color: #0960CF;
}
</style>
border-color css
<style>
span { border-color: #0960CF; }
span { border-color: rgb(9,96,207); }
td.TdClassName
{
border-color: #0960CF;
}
.TagClassName
{
border-color: #0960CF;
}
</style>