Shades of Navy Blue #0958D6
Tints of Navy Blue #0958D6
RGB
CMYK
RGB Variations
Color information
#0958D6 (or 0x0958D6) is known color: Navy Blue. HEX triplet: 09, 58 and D6. RGB value is (9,88,214). Sum of RGB (Red+Green+Blue) = 9+88+214=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 214 (83.98% from 255 or 68.81% from 311); Max value from RGB is 214 - color contains mainly: blue. Hex color #0958D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0958D6 is #F6A729. Grayscale: #4E4E4E. Windows color (decimal): -16164650 or 14047241. OLE color: 14047241.
HSL color Cylindrical-coordinate representation of color #0958D6: hue angle of 216.88º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0958D6 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 88 | 214 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.16 |
| HSL | 216.88º | 0.92% | 0.44% | - |
| HSV(B) | 216.88º | 0.96% | 0.84% | - |
| XYZ | 15.74 | 11.89 | 65.08 | - |
| YUV | 78.74 | 204.33 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 214 | 0.96 | 0.59 | 0 | 0.16 | 216.88 | 0.92 | 0.44 |
| Hex | 9 | 58 | D6 | 60 | 3B | 0 | 10 | D9 | 5C | 2C |
| Octal | 11 | 130 | 326 | 140 | 73 | 0 | 20 | 331 | 134 | 54 |
| Binary | 1001 | 1011000 | 11010110 | 1100000 | 111011 | 0 | 10000 | 11011001 | 1011100 | 101100 |
Color Harmonies of #0958D6
Complementary color
Monochromatic Colors of #0958D6
Black with #0958D6
Text Example
Text Example
White with #0958D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0958D6; }
p { color: rgb(9,88,214); }
H1.HeaderClassName
{
color: #0958D6;
}
.AnyTagClassName
{
color: #0958D6;
}
</style>
background-color css
<style>
a { background-color: #0958D6; }
a { background-color: rgb(9,88,214); }
div.DivClassName
{
background-color: #0958D6;
}
.BgClassName
{
background-color: #0958D6;
}
</style>
border-color css
<style>
span { border-color: #0958D6; }
span { border-color: rgb(9,88,214); }
td.TdClassName
{
border-color: #0958D6;
}
.TagClassName
{
border-color: #0958D6;
}
</style>