Shades of Navy Blue #0557FC
Tints of Navy Blue #0557FC
RGB
CMYK
RGB Variations
Color information
#0557FC (or 0x0557FC) is known color: Navy Blue. HEX triplet: 05, 57 and FC. RGB value is (5,87,252). Sum of RGB (Red+Green+Blue) = 5+87+252=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #0557FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0557FC is #FAA803. Grayscale: #505050. Windows color (decimal): -16427012 or 16537349. OLE color: 16537349.
HSL color Cylindrical-coordinate representation of color #0557FC: hue angle of 220.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0557FC is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 87 | 252 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.01 |
| HSL | 220.08º | 0.98% | 0.5% | - |
| HSV(B) | 220.08º | 0.98% | 0.99% | - |
| XYZ | 21.04 | 13.88 | 93.66 | - |
| YUV | 81.29 | 224.33 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 252 | 0.98 | 0.65 | 0 | 0.01 | 220.08 | 0.98 | 0.5 |
| Hex | 5 | 57 | FC | 62 | 41 | 0 | 1 | DC | 62 | 32 |
| Octal | 5 | 127 | 374 | 142 | 101 | 0 | 1 | 334 | 142 | 62 |
| Binary | 101 | 1010111 | 11111100 | 1100010 | 1000001 | 0 | 1 | 11011100 | 1100010 | 110010 |
Color Harmonies of #0557FC
Complementary color
Monochromatic Colors of #0557FC
Black with #0557FC
Text Example
Text Example
White with #0557FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0557FC; }
p { color: rgb(5,87,252); }
H1.HeaderClassName
{
color: #0557FC;
}
.AnyTagClassName
{
color: #0557FC;
}
</style>
background-color css
<style>
a { background-color: #0557FC; }
a { background-color: rgb(5,87,252); }
div.DivClassName
{
background-color: #0557FC;
}
.BgClassName
{
background-color: #0557FC;
}
</style>
border-color css
<style>
span { border-color: #0557FC; }
span { border-color: rgb(5,87,252); }
td.TdClassName
{
border-color: #0557FC;
}
.TagClassName
{
border-color: #0557FC;
}
</style>