Shades of Navy Blue #0962FA
Tints of Navy Blue #0962FA
RGB
CMYK
RGB Variations
Color information
#0962FA (or 0x0962FA) is known color: Navy Blue. HEX triplet: 09, 62 and FA. RGB value is (9,98,250). Sum of RGB (Red+Green+Blue) = 9+98+250=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #0962FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0962FA is #F69D05. Grayscale: #585858. Windows color (decimal): -16162054 or 16409097. OLE color: 16409097.
HSL color Cylindrical-coordinate representation of color #0962FA: hue angle of 217.84º 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 #0962FA is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 98 | 250 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.02 |
| HSL | 217.84º | 0.96% | 0.51% | - |
| HSV(B) | 217.84º | 0.96% | 0.98% | - |
| XYZ | 21.74 | 15.7 | 92.33 | - |
| YUV | 88.72 | 219.01 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 250 | 0.96 | 0.61 | 0 | 0.02 | 217.84 | 0.96 | 0.51 |
| Hex | 9 | 62 | FA | 60 | 3D | 0 | 2 | DA | 60 | 33 |
| Octal | 11 | 142 | 372 | 140 | 75 | 0 | 2 | 332 | 140 | 63 |
| Binary | 1001 | 1100010 | 11111010 | 1100000 | 111101 | 0 | 10 | 11011010 | 1100000 | 110011 |
Color Harmonies of #0962FA
Complementary color
Monochromatic Colors of #0962FA
Black with #0962FA
Text Example
Text Example
White with #0962FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0962FA; }
p { color: rgb(9,98,250); }
H1.HeaderClassName
{
color: #0962FA;
}
.AnyTagClassName
{
color: #0962FA;
}
</style>
background-color css
<style>
a { background-color: #0962FA; }
a { background-color: rgb(9,98,250); }
div.DivClassName
{
background-color: #0962FA;
}
.BgClassName
{
background-color: #0962FA;
}
</style>
border-color css
<style>
span { border-color: #0962FA; }
span { border-color: rgb(9,98,250); }
td.TdClassName
{
border-color: #0962FA;
}
.TagClassName
{
border-color: #0962FA;
}
</style>