Shades of Navy Blue #0958DA
Tints of Navy Blue #0958DA
RGB
CMYK
RGB Variations
Color information
#0958DA (or 0x0958DA) is known color: Navy Blue. HEX triplet: 09, 58 and DA. RGB value is (9,88,218). Sum of RGB (Red+Green+Blue) = 9+88+218=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #0958DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0958DA is #F6A725. Grayscale: #4E4E4E. Windows color (decimal): -16164646 or 14309385. OLE color: 14309385.
HSL color Cylindrical-coordinate representation of color #0958DA: hue angle of 217.32º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0958DA is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 88 | 218 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.15 |
| HSL | 217.32º | 0.92% | 0.45% | - |
| HSV(B) | 217.32º | 0.96% | 0.85% | - |
| XYZ | 16.26 | 12.1 | 67.81 | - |
| YUV | 79.2 | 206.33 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 218 | 0.96 | 0.60 | 0 | 0.15 | 217.32 | 0.92 | 0.45 |
| Hex | 9 | 58 | DA | 60 | 3C | 0 | F | D9 | 5C | 2D |
| Octal | 11 | 130 | 332 | 140 | 74 | 0 | 17 | 331 | 134 | 55 |
| Binary | 1001 | 1011000 | 11011010 | 1100000 | 111100 | 0 | 1111 | 11011001 | 1011100 | 101101 |
Color Harmonies of #0958DA
Complementary color
Monochromatic Colors of #0958DA
Black with #0958DA
Text Example
Text Example
White with #0958DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0958DA; }
p { color: rgb(9,88,218); }
H1.HeaderClassName
{
color: #0958DA;
}
.AnyTagClassName
{
color: #0958DA;
}
</style>
background-color css
<style>
a { background-color: #0958DA; }
a { background-color: rgb(9,88,218); }
div.DivClassName
{
background-color: #0958DA;
}
.BgClassName
{
background-color: #0958DA;
}
</style>
border-color css
<style>
span { border-color: #0958DA; }
span { border-color: rgb(9,88,218); }
td.TdClassName
{
border-color: #0958DA;
}
.TagClassName
{
border-color: #0958DA;
}
</style>