Shades of Navy Blue #0960FC
Tints of Navy Blue #0960FC
RGB
CMYK
RGB Variations
Color information
#0960FC (or 0x0960FC) is known color: Navy Blue. HEX triplet: 09, 60 and FC. RGB value is (9,96,252). Sum of RGB (Red+Green+Blue) = 9+96+252=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 252 (98.83% from 255 or 70.59% from 357); Max value from RGB is 252 - color contains mainly: blue. Hex color #0960FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0960FC is #F69F03. Grayscale: #575757. Windows color (decimal): -16162564 or 16539657. OLE color: 16539657.
HSL color Cylindrical-coordinate representation of color #0960FC: hue angle of 218.52º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0960FC is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 96 | 252 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.01 |
| HSL | 218.52º | 0.98% | 0.51% | - |
| HSV(B) | 218.52º | 0.96% | 0.99% | - |
| XYZ | 21.87 | 15.45 | 93.93 | - |
| YUV | 87.77 | 220.68 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 252 | 0.96 | 0.62 | 0 | 0.01 | 218.52 | 0.98 | 0.51 |
| Hex | 9 | 60 | FC | 60 | 3E | 0 | 1 | DB | 62 | 33 |
| Octal | 11 | 140 | 374 | 140 | 76 | 0 | 1 | 333 | 142 | 63 |
| Binary | 1001 | 1100000 | 11111100 | 1100000 | 111110 | 0 | 1 | 11011011 | 1100010 | 110011 |
Color Harmonies of #0960FC
Complementary color
Monochromatic Colors of #0960FC
Black with #0960FC
Text Example
Text Example
White with #0960FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0960FC; }
p { color: rgb(9,96,252); }
H1.HeaderClassName
{
color: #0960FC;
}
.AnyTagClassName
{
color: #0960FC;
}
</style>
background-color css
<style>
a { background-color: #0960FC; }
a { background-color: rgb(9,96,252); }
div.DivClassName
{
background-color: #0960FC;
}
.BgClassName
{
background-color: #0960FC;
}
</style>
border-color css
<style>
span { border-color: #0960FC; }
span { border-color: rgb(9,96,252); }
td.TdClassName
{
border-color: #0960FC;
}
.TagClassName
{
border-color: #0960FC;
}
</style>