Shades of Navy Blue #0960FA
Tints of Navy Blue #0960FA
RGB
CMYK
RGB Variations
Color information
#0960FA (or 0x0960FA) is known color: Navy Blue. HEX triplet: 09, 60 and FA. RGB value is (9,96,250). Sum of RGB (Red+Green+Blue) = 9+96+250=355 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #0960FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0960FA is #F69F05. Grayscale: #565656. Windows color (decimal): -16162566 or 16408585. OLE color: 16408585.
HSL color Cylindrical-coordinate representation of color #0960FA: hue angle of 218.34º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0960FA is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 96 | 250 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.02 |
| HSL | 218.34º | 0.96% | 0.51% | - |
| HSV(B) | 218.34º | 0.96% | 0.98% | - |
| XYZ | 21.55 | 15.33 | 92.26 | - |
| YUV | 87.54 | 219.68 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 250 | 0.96 | 0.62 | 0 | 0.02 | 218.34 | 0.96 | 0.51 |
| Hex | 9 | 60 | FA | 60 | 3E | 0 | 2 | DA | 60 | 33 |
| Octal | 11 | 140 | 372 | 140 | 76 | 0 | 2 | 332 | 140 | 63 |
| Binary | 1001 | 1100000 | 11111010 | 1100000 | 111110 | 0 | 10 | 11011010 | 1100000 | 110011 |
Color Harmonies of #0960FA
Complementary color
Monochromatic Colors of #0960FA
Black with #0960FA
Text Example
Text Example
White with #0960FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0960FA; }
p { color: rgb(9,96,250); }
H1.HeaderClassName
{
color: #0960FA;
}
.AnyTagClassName
{
color: #0960FA;
}
</style>
background-color css
<style>
a { background-color: #0960FA; }
a { background-color: rgb(9,96,250); }
div.DivClassName
{
background-color: #0960FA;
}
.BgClassName
{
background-color: #0960FA;
}
</style>
border-color css
<style>
span { border-color: #0960FA; }
span { border-color: rgb(9,96,250); }
td.TdClassName
{
border-color: #0960FA;
}
.TagClassName
{
border-color: #0960FA;
}
</style>