Shades of Navy Blue #0955F9
Tints of Navy Blue #0955F9
RGB
CMYK
RGB Variations
Color information
#0955F9 (or 0x0955F9) is known color: Navy Blue. HEX triplet: 09, 55 and F9. RGB value is (9,85,249). Sum of RGB (Red+Green+Blue) = 9+85+249=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 249 (97.66% from 255 or 72.59% from 343); Max value from RGB is 249 - color contains mainly: blue. Hex color #0955F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0955F9 is #F6AA06. Grayscale: #505050. Windows color (decimal): -16165383 or 16340233. OLE color: 16340233.
HSL color Cylindrical-coordinate representation of color #0955F9: hue angle of 221º degrees, saturation: 0.95, 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 #0955F9 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 85 | 249 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.02 |
| HSL | 221º | 0.95% | 0.51% | - |
| HSV(B) | 221º | 0.96% | 0.98% | - |
| XYZ | 20.46 | 13.39 | 91.13 | - |
| YUV | 80.97 | 222.82 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 249 | 0.96 | 0.66 | 0 | 0.02 | 221 | 0.95 | 0.51 |
| Hex | 9 | 55 | F9 | 60 | 42 | 0 | 2 | DD | 5F | 33 |
| Octal | 11 | 125 | 371 | 140 | 102 | 0 | 2 | 335 | 137 | 63 |
| Binary | 1001 | 1010101 | 11111001 | 1100000 | 1000010 | 0 | 10 | 11011101 | 1011111 | 110011 |
Color Harmonies of #0955F9
Complementary color
Monochromatic Colors of #0955F9
Black with #0955F9
Text Example
Text Example
White with #0955F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0955F9; }
p { color: rgb(9,85,249); }
H1.HeaderClassName
{
color: #0955F9;
}
.AnyTagClassName
{
color: #0955F9;
}
</style>
background-color css
<style>
a { background-color: #0955F9; }
a { background-color: rgb(9,85,249); }
div.DivClassName
{
background-color: #0955F9;
}
.BgClassName
{
background-color: #0955F9;
}
</style>
border-color css
<style>
span { border-color: #0955F9; }
span { border-color: rgb(9,85,249); }
td.TdClassName
{
border-color: #0955F9;
}
.TagClassName
{
border-color: #0955F9;
}
</style>