Shades of Navy Blue #0958FA
Tints of Navy Blue #0958FA
RGB
CMYK
RGB Variations
Color information
#0958FA (or 0x0958FA) is known color: Navy Blue. HEX triplet: 09, 58 and FA. RGB value is (9,88,250). Sum of RGB (Red+Green+Blue) = 9+88+250=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #0958FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0958FA is #F6A705. Grayscale: #525252. Windows color (decimal): -16164614 or 16406537. OLE color: 16406537.
HSL color Cylindrical-coordinate representation of color #0958FA: hue angle of 220.33º 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 #0958FA is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 88 | 250 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.02 |
| HSL | 220.33º | 0.96% | 0.51% | - |
| HSV(B) | 220.33º | 0.96% | 0.98% | - |
| XYZ | 20.86 | 13.94 | 92.03 | - |
| YUV | 82.85 | 222.33 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 250 | 0.96 | 0.65 | 0 | 0.02 | 220.33 | 0.96 | 0.51 |
| Hex | 9 | 58 | FA | 60 | 41 | 0 | 2 | DC | 60 | 33 |
| Octal | 11 | 130 | 372 | 140 | 101 | 0 | 2 | 334 | 140 | 63 |
| Binary | 1001 | 1011000 | 11111010 | 1100000 | 1000001 | 0 | 10 | 11011100 | 1100000 | 110011 |
Color Harmonies of #0958FA
Complementary color
Monochromatic Colors of #0958FA
Black with #0958FA
Text Example
Text Example
White with #0958FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0958FA; }
p { color: rgb(9,88,250); }
H1.HeaderClassName
{
color: #0958FA;
}
.AnyTagClassName
{
color: #0958FA;
}
</style>
background-color css
<style>
a { background-color: #0958FA; }
a { background-color: rgb(9,88,250); }
div.DivClassName
{
background-color: #0958FA;
}
.BgClassName
{
background-color: #0958FA;
}
</style>
border-color css
<style>
span { border-color: #0958FA; }
span { border-color: rgb(9,88,250); }
td.TdClassName
{
border-color: #0958FA;
}
.TagClassName
{
border-color: #0958FA;
}
</style>