Shades of Navy Blue #055BFA
Tints of Navy Blue #055BFA
RGB
CMYK
RGB Variations
Color information
#055BFA (or 0x055BFA) is known color: Navy Blue. HEX triplet: 05, 5B and FA. RGB value is (5,91,250). Sum of RGB (Red+Green+Blue) = 5+91+250=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #055BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055BFA is #FAA405. Grayscale: #525252. Windows color (decimal): -16425990 or 16407301. OLE color: 16407301.
HSL color Cylindrical-coordinate representation of color #055BFA: hue angle of 218.94º 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 #055BFA is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 91 | 250 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.02 |
| HSL | 218.94º | 0.96% | 0.5% | - |
| HSV(B) | 218.94º | 0.98% | 0.98% | - |
| XYZ | 21.06 | 14.42 | 92.12 | - |
| YUV | 83.41 | 222.01 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 250 | 0.98 | 0.64 | 0 | 0.02 | 218.94 | 0.96 | 0.5 |
| Hex | 5 | 5B | FA | 62 | 40 | 0 | 2 | DB | 60 | 32 |
| Octal | 5 | 133 | 372 | 142 | 100 | 0 | 2 | 333 | 140 | 62 |
| Binary | 101 | 1011011 | 11111010 | 1100010 | 1000000 | 0 | 10 | 11011011 | 1100000 | 110010 |
Color Harmonies of #055BFA
Complementary color
Monochromatic Colors of #055BFA
Black with #055BFA
Text Example
Text Example
White with #055BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055BFA; }
p { color: rgb(5,91,250); }
H1.HeaderClassName
{
color: #055BFA;
}
.AnyTagClassName
{
color: #055BFA;
}
</style>
background-color css
<style>
a { background-color: #055BFA; }
a { background-color: rgb(5,91,250); }
div.DivClassName
{
background-color: #055BFA;
}
.BgClassName
{
background-color: #055BFA;
}
</style>
border-color css
<style>
span { border-color: #055BFA; }
span { border-color: rgb(5,91,250); }
td.TdClassName
{
border-color: #055BFA;
}
.TagClassName
{
border-color: #055BFA;
}
</style>