Shades of Navy Blue #0956FD
Tints of Navy Blue #0956FD
RGB
CMYK
RGB Variations
Color information
#0956FD (or 0x0956FD) is known color: Navy Blue. HEX triplet: 09, 56 and FD. RGB value is (9,86,253). Sum of RGB (Red+Green+Blue) = 9+86+253=348 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #0956FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0956FD is #F6A902. Grayscale: #515151. Windows color (decimal): -16165123 or 16602633. OLE color: 16602633.
HSL color Cylindrical-coordinate representation of color #0956FD: hue angle of 221.07º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0956FD is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 86 | 253 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.01 |
| HSL | 221.07º | 0.98% | 0.51% | - |
| HSV(B) | 221.07º | 0.96% | 0.99% | - |
| XYZ | 21.17 | 13.81 | 94.48 | - |
| YUV | 82.02 | 224.49 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 253 | 0.96 | 0.66 | 0 | 0.01 | 221.07 | 0.98 | 0.51 |
| Hex | 9 | 56 | FD | 60 | 42 | 0 | 1 | DD | 62 | 33 |
| Octal | 11 | 126 | 375 | 140 | 102 | 0 | 1 | 335 | 142 | 63 |
| Binary | 1001 | 1010110 | 11111101 | 1100000 | 1000010 | 0 | 1 | 11011101 | 1100010 | 110011 |
Color Harmonies of #0956FD
Complementary color
Monochromatic Colors of #0956FD
Black with #0956FD
Text Example
Text Example
White with #0956FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0956FD; }
p { color: rgb(9,86,253); }
H1.HeaderClassName
{
color: #0956FD;
}
.AnyTagClassName
{
color: #0956FD;
}
</style>
background-color css
<style>
a { background-color: #0956FD; }
a { background-color: rgb(9,86,253); }
div.DivClassName
{
background-color: #0956FD;
}
.BgClassName
{
background-color: #0956FD;
}
</style>
border-color css
<style>
span { border-color: #0956FD; }
span { border-color: rgb(9,86,253); }
td.TdClassName
{
border-color: #0956FD;
}
.TagClassName
{
border-color: #0956FD;
}
</style>