Shades of Navy Blue #0956F3
Tints of Navy Blue #0956F3
RGB
CMYK
RGB Variations
Color information
#0956F3 (or 0x0956F3) is known color: Navy Blue. HEX triplet: 09, 56 and F3. RGB value is (9,86,243). Sum of RGB (Red+Green+Blue) = 9+86+243=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 243 (95.31% from 255 or 71.89% from 338); Max value from RGB is 243 - color contains mainly: blue. Hex color #0956F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0956F3 is #F6A90C. Grayscale: #505050. Windows color (decimal): -16165133 or 15947273. OLE color: 15947273.
HSL color Cylindrical-coordinate representation of color #0956F3: hue angle of 220.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0956F3 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 86 | 243 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.05 |
| HSL | 220.26º | 0.93% | 0.49% | - |
| HSV(B) | 220.26º | 0.96% | 0.95% | - |
| XYZ | 19.62 | 13.18 | 86.3 | - |
| YUV | 80.88 | 219.49 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 243 | 0.96 | 0.65 | 0 | 0.05 | 220.26 | 0.93 | 0.49 |
| Hex | 9 | 56 | F3 | 60 | 41 | 0 | 5 | DC | 5D | 31 |
| Octal | 11 | 126 | 363 | 140 | 101 | 0 | 5 | 334 | 135 | 61 |
| Binary | 1001 | 1010110 | 11110011 | 1100000 | 1000001 | 0 | 101 | 11011100 | 1011101 | 110001 |
Color Harmonies of #0956F3
Complementary color
Monochromatic Colors of #0956F3
Black with #0956F3
Text Example
Text Example
White with #0956F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0956F3; }
p { color: rgb(9,86,243); }
H1.HeaderClassName
{
color: #0956F3;
}
.AnyTagClassName
{
color: #0956F3;
}
</style>
background-color css
<style>
a { background-color: #0956F3; }
a { background-color: rgb(9,86,243); }
div.DivClassName
{
background-color: #0956F3;
}
.BgClassName
{
background-color: #0956F3;
}
</style>
border-color css
<style>
span { border-color: #0956F3; }
span { border-color: rgb(9,86,243); }
td.TdClassName
{
border-color: #0956F3;
}
.TagClassName
{
border-color: #0956F3;
}
</style>