Shades of Navy Blue #0958DF
Tints of Navy Blue #0958DF
RGB
CMYK
RGB Variations
Color information
#0958DF (or 0x0958DF) is known color: Navy Blue. HEX triplet: 09, 58 and DF. RGB value is (9,88,223). Sum of RGB (Red+Green+Blue) = 9+88+223=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #0958DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0958DF is #F6A720. Grayscale: #4F4F4F. Windows color (decimal): -16164641 or 14637065. OLE color: 14637065.
HSL color Cylindrical-coordinate representation of color #0958DF: hue angle of 217.85º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0958DF is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 88 | 223 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.13 |
| HSL | 217.85º | 0.92% | 0.45% | - |
| HSV(B) | 217.85º | 0.96% | 0.87% | - |
| XYZ | 16.92 | 12.37 | 71.31 | - |
| YUV | 79.77 | 208.83 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 223 | 0.96 | 0.61 | 0 | 0.13 | 217.85 | 0.92 | 0.45 |
| Hex | 9 | 58 | DF | 60 | 3D | 0 | D | DA | 5C | 2D |
| Octal | 11 | 130 | 337 | 140 | 75 | 0 | 15 | 332 | 134 | 55 |
| Binary | 1001 | 1011000 | 11011111 | 1100000 | 111101 | 0 | 1101 | 11011010 | 1011100 | 101101 |
Color Harmonies of #0958DF
Complementary color
Monochromatic Colors of #0958DF
Black with #0958DF
Text Example
Text Example
White with #0958DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0958DF; }
p { color: rgb(9,88,223); }
H1.HeaderClassName
{
color: #0958DF;
}
.AnyTagClassName
{
color: #0958DF;
}
</style>
background-color css
<style>
a { background-color: #0958DF; }
a { background-color: rgb(9,88,223); }
div.DivClassName
{
background-color: #0958DF;
}
.BgClassName
{
background-color: #0958DF;
}
</style>
border-color css
<style>
span { border-color: #0958DF; }
span { border-color: rgb(9,88,223); }
td.TdClassName
{
border-color: #0958DF;
}
.TagClassName
{
border-color: #0958DF;
}
</style>