Shades of Navy Blue #0557F9
Tints of Navy Blue #0557F9
RGB
CMYK
RGB Variations
Color information
#0557F9 (or 0x0557F9) is known color: Navy Blue. HEX triplet: 05, 57 and F9. RGB value is (5,87,249). Sum of RGB (Red+Green+Blue) = 5+87+249=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 249 (97.66% from 255 or 73.02% from 341); Max value from RGB is 249 - color contains mainly: blue. Hex color #0557F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0557F9 is #FAA806. Grayscale: #505050. Windows color (decimal): -16427015 or 16340741. OLE color: 16340741.
HSL color Cylindrical-coordinate representation of color #0557F9: hue angle of 219.84º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0557F9 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 87 | 249 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.02 |
| HSL | 219.84º | 0.96% | 0.5% | - |
| HSV(B) | 219.84º | 0.98% | 0.98% | - |
| XYZ | 20.57 | 13.69 | 91.18 | - |
| YUV | 80.95 | 222.83 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 249 | 0.98 | 0.65 | 0 | 0.02 | 219.84 | 0.96 | 0.5 |
| Hex | 5 | 57 | F9 | 62 | 41 | 0 | 2 | DC | 60 | 32 |
| Octal | 5 | 127 | 371 | 142 | 101 | 0 | 2 | 334 | 140 | 62 |
| Binary | 101 | 1010111 | 11111001 | 1100010 | 1000001 | 0 | 10 | 11011100 | 1100000 | 110010 |
Color Harmonies of #0557F9
Complementary color
Monochromatic Colors of #0557F9
Black with #0557F9
Text Example
Text Example
White with #0557F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0557F9; }
p { color: rgb(5,87,249); }
H1.HeaderClassName
{
color: #0557F9;
}
.AnyTagClassName
{
color: #0557F9;
}
</style>
background-color css
<style>
a { background-color: #0557F9; }
a { background-color: rgb(5,87,249); }
div.DivClassName
{
background-color: #0557F9;
}
.BgClassName
{
background-color: #0557F9;
}
</style>
border-color css
<style>
span { border-color: #0557F9; }
span { border-color: rgb(5,87,249); }
td.TdClassName
{
border-color: #0557F9;
}
.TagClassName
{
border-color: #0557F9;
}
</style>