Shades of Navy Blue #0956FB
Tints of Navy Blue #0956FB
RGB
CMYK
RGB Variations
Color information
#0956FB (or 0x0956FB) is known color: Navy Blue. HEX triplet: 09, 56 and FB. RGB value is (9,86,251). Sum of RGB (Red+Green+Blue) = 9+86+251=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #0956FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0956FB is #F6A904. Grayscale: #515151. Windows color (decimal): -16165125 or 16471561. OLE color: 16471561.
HSL color Cylindrical-coordinate representation of color #0956FB: hue angle of 220.91º degrees, saturation: 0.97, 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 #0956FB is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 86 | 251 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.02 |
| HSL | 220.91º | 0.97% | 0.51% | - |
| HSV(B) | 220.91º | 0.96% | 0.98% | - |
| XYZ | 20.85 | 13.68 | 92.81 | - |
| YUV | 81.79 | 223.49 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 251 | 0.96 | 0.66 | 0 | 0.02 | 220.91 | 0.97 | 0.51 |
| Hex | 9 | 56 | FB | 60 | 42 | 0 | 2 | DD | 61 | 33 |
| Octal | 11 | 126 | 373 | 140 | 102 | 0 | 2 | 335 | 141 | 63 |
| Binary | 1001 | 1010110 | 11111011 | 1100000 | 1000010 | 0 | 10 | 11011101 | 1100001 | 110011 |
Color Harmonies of #0956FB
Complementary color
Monochromatic Colors of #0956FB
Black with #0956FB
Text Example
Text Example
White with #0956FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0956FB; }
p { color: rgb(9,86,251); }
H1.HeaderClassName
{
color: #0956FB;
}
.AnyTagClassName
{
color: #0956FB;
}
</style>
background-color css
<style>
a { background-color: #0956FB; }
a { background-color: rgb(9,86,251); }
div.DivClassName
{
background-color: #0956FB;
}
.BgClassName
{
background-color: #0956FB;
}
</style>
border-color css
<style>
span { border-color: #0956FB; }
span { border-color: rgb(9,86,251); }
td.TdClassName
{
border-color: #0956FB;
}
.TagClassName
{
border-color: #0956FB;
}
</style>