Shades of Navy Blue #0956FF
Tints of Navy Blue #0956FF
RGB
CMYK
RGB Variations
Color information
#0956FF (or 0x0956FF) is known color: Navy Blue. HEX triplet: 09, 56 and FF. RGB value is (9,86,255). Sum of RGB (Red+Green+Blue) = 9+86+255=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #0956FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0956FF is #F6A900. Grayscale: #515151. Windows color (decimal): -16165121 or 16733705. OLE color: 16733705.
HSL color Cylindrical-coordinate representation of color #0956FF: hue angle of 221.22º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0956FF is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 86 | 255 | - |
| CMYK | 0.96 | 0.66 | 0 | 0 |
| HSL | 221.22º | 1% | 0.52% | - |
| HSV(B) | 221.22º | 0.96% | 1% | - |
| XYZ | 21.49 | 13.93 | 96.16 | - |
| YUV | 82.24 | 225.49 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 255 | 0.96 | 0.66 | 0 | 0 | 221.22 | 1 | 0.52 |
| Hex | 9 | 56 | FF | 60 | 42 | 0 | 0 | DD | 64 | 34 |
| Octal | 11 | 126 | 377 | 140 | 102 | 0 | 0 | 335 | 144 | 64 |
| Binary | 1001 | 1010110 | 11111111 | 1100000 | 1000010 | 0 | 0 | 11011101 | 1100100 | 110100 |
Color Harmonies of #0956FF
Complementary color
Monochromatic Colors of #0956FF
Black with #0956FF
Text Example
Text Example
White with #0956FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0956FF; }
p { color: rgb(9,86,255); }
H1.HeaderClassName
{
color: #0956FF;
}
.AnyTagClassName
{
color: #0956FF;
}
</style>
background-color css
<style>
a { background-color: #0956FF; }
a { background-color: rgb(9,86,255); }
div.DivClassName
{
background-color: #0956FF;
}
.BgClassName
{
background-color: #0956FF;
}
</style>
border-color css
<style>
span { border-color: #0956FF; }
span { border-color: rgb(9,86,255); }
td.TdClassName
{
border-color: #0956FF;
}
.TagClassName
{
border-color: #0956FF;
}
</style>