Shades of Navy Blue #0957F9
Tints of Navy Blue #0957F9
RGB
CMYK
RGB Variations
Color information
#0957F9 (or 0x0957F9) is known color: Navy Blue. HEX triplet: 09, 57 and F9. RGB value is (9,87,249). Sum of RGB (Red+Green+Blue) = 9+87+249=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 249 (97.66% from 255 or 72.17% from 345); Max value from RGB is 249 - color contains mainly: blue. Hex color #0957F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0957F9 is #F6A806. Grayscale: #515151. Windows color (decimal): -16164871 or 16340745. OLE color: 16340745.
HSL color Cylindrical-coordinate representation of color #0957F9: hue angle of 220.5º 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 #0957F9 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 87 | 249 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.02 |
| HSL | 220.5º | 0.95% | 0.51% | - |
| HSV(B) | 220.5º | 0.96% | 0.98% | - |
| XYZ | 20.62 | 13.71 | 91.18 | - |
| YUV | 82.15 | 222.16 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 249 | 0.96 | 0.65 | 0 | 0.02 | 220.5 | 0.95 | 0.51 |
| Hex | 9 | 57 | F9 | 60 | 41 | 0 | 2 | DC | 5F | 33 |
| Octal | 11 | 127 | 371 | 140 | 101 | 0 | 2 | 334 | 137 | 63 |
| Binary | 1001 | 1010111 | 11111001 | 1100000 | 1000001 | 0 | 10 | 11011100 | 1011111 | 110011 |
Color Harmonies of #0957F9
Complementary color
Monochromatic Colors of #0957F9
Black with #0957F9
Text Example
Text Example
White with #0957F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0957F9; }
p { color: rgb(9,87,249); }
H1.HeaderClassName
{
color: #0957F9;
}
.AnyTagClassName
{
color: #0957F9;
}
</style>
background-color css
<style>
a { background-color: #0957F9; }
a { background-color: rgb(9,87,249); }
div.DivClassName
{
background-color: #0957F9;
}
.BgClassName
{
background-color: #0957F9;
}
</style>
border-color css
<style>
span { border-color: #0957F9; }
span { border-color: rgb(9,87,249); }
td.TdClassName
{
border-color: #0957F9;
}
.TagClassName
{
border-color: #0957F9;
}
</style>