Shades of Navy Blue #0965FA
Tints of Navy Blue #0965FA
RGB
CMYK
RGB Variations
Color information
#0965FA (or 0x0965FA) is known color: Navy Blue. HEX triplet: 09, 65 and FA. RGB value is (9,101,250). Sum of RGB (Red+Green+Blue) = 9+101+250=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #0965FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0965FA is #F69A05. Grayscale: #595959. Windows color (decimal): -16161286 or 16409865. OLE color: 16409865.
HSL color Cylindrical-coordinate representation of color #0965FA: hue angle of 217.1º 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 #0965FA is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 101 | 250 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.02 |
| HSL | 217.1º | 0.96% | 0.51% | - |
| HSV(B) | 217.1º | 0.96% | 0.98% | - |
| XYZ | 22.02 | 16.27 | 92.42 | - |
| YUV | 90.48 | 218.02 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 250 | 0.96 | 0.60 | 0 | 0.02 | 217.1 | 0.96 | 0.51 |
| Hex | 9 | 65 | FA | 60 | 3C | 0 | 2 | D9 | 60 | 33 |
| Octal | 11 | 145 | 372 | 140 | 74 | 0 | 2 | 331 | 140 | 63 |
| Binary | 1001 | 1100101 | 11111010 | 1100000 | 111100 | 0 | 10 | 11011001 | 1100000 | 110011 |
Color Harmonies of #0965FA
Complementary color
Monochromatic Colors of #0965FA
Black with #0965FA
Text Example
Text Example
White with #0965FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0965FA; }
p { color: rgb(9,101,250); }
H1.HeaderClassName
{
color: #0965FA;
}
.AnyTagClassName
{
color: #0965FA;
}
</style>
background-color css
<style>
a { background-color: #0965FA; }
a { background-color: rgb(9,101,250); }
div.DivClassName
{
background-color: #0965FA;
}
.BgClassName
{
background-color: #0965FA;
}
</style>
border-color css
<style>
span { border-color: #0965FA; }
span { border-color: rgb(9,101,250); }
td.TdClassName
{
border-color: #0965FA;
}
.TagClassName
{
border-color: #0965FA;
}
</style>