Shades of Navy Blue #0960DF
Tints of Navy Blue #0960DF
RGB
CMYK
RGB Variations
Color information
#0960DF (or 0x0960DF) is known color: Navy Blue. HEX triplet: 09, 60 and DF. RGB value is (9,96,223). Sum of RGB (Red+Green+Blue) = 9+96+223=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #0960DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0960DF is #F69F20. Grayscale: #535353. Windows color (decimal): -16162593 or 14639113. OLE color: 14639113.
HSL color Cylindrical-coordinate representation of color #0960DF: hue angle of 215.61º 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 #0960DF is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 96 | 223 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.13 |
| HSL | 215.61º | 0.92% | 0.45% | - |
| HSV(B) | 215.61º | 0.96% | 0.87% | - |
| XYZ | 17.61 | 13.75 | 71.54 | - |
| YUV | 84.47 | 206.18 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 223 | 0.96 | 0.57 | 0 | 0.13 | 215.61 | 0.92 | 0.45 |
| Hex | 9 | 60 | DF | 60 | 39 | 0 | D | D8 | 5C | 2D |
| Octal | 11 | 140 | 337 | 140 | 71 | 0 | 15 | 330 | 134 | 55 |
| Binary | 1001 | 1100000 | 11011111 | 1100000 | 111001 | 0 | 1101 | 11011000 | 1011100 | 101101 |
Color Harmonies of #0960DF
Complementary color
Monochromatic Colors of #0960DF
Black with #0960DF
Text Example
Text Example
White with #0960DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0960DF; }
p { color: rgb(9,96,223); }
H1.HeaderClassName
{
color: #0960DF;
}
.AnyTagClassName
{
color: #0960DF;
}
</style>
background-color css
<style>
a { background-color: #0960DF; }
a { background-color: rgb(9,96,223); }
div.DivClassName
{
background-color: #0960DF;
}
.BgClassName
{
background-color: #0960DF;
}
</style>
border-color css
<style>
span { border-color: #0960DF; }
span { border-color: rgb(9,96,223); }
td.TdClassName
{
border-color: #0960DF;
}
.TagClassName
{
border-color: #0960DF;
}
</style>