Shades of Navy Blue #055AF0
Tints of Navy Blue #055AF0
RGB
CMYK
RGB Variations
Color information
#055AF0 (or 0x055AF0) is known color: Navy Blue. HEX triplet: 05, 5A and F0. RGB value is (5,90,240). Sum of RGB (Red+Green+Blue) = 5+90+240=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 240 (94.14% from 255 or 71.64% from 335); Max value from RGB is 240 - color contains mainly: blue. Hex color #055AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055AF0 is #FAA50F. Grayscale: #515151. Windows color (decimal): -16426256 or 15751685. OLE color: 15751685.
HSL color Cylindrical-coordinate representation of color #055AF0: hue angle of 218.3º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055AF0 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 90 | 240 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.06 |
| HSL | 218.3º | 0.96% | 0.48% | - |
| HSV(B) | 218.3º | 0.98% | 0.94% | - |
| XYZ | 19.45 | 13.64 | 84.05 | - |
| YUV | 81.69 | 217.34 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 240 | 0.98 | 0.62 | 0 | 0.06 | 218.3 | 0.96 | 0.48 |
| Hex | 5 | 5A | F0 | 62 | 3E | 0 | 6 | DA | 60 | 30 |
| Octal | 5 | 132 | 360 | 142 | 76 | 0 | 6 | 332 | 140 | 60 |
| Binary | 101 | 1011010 | 11110000 | 1100010 | 111110 | 0 | 110 | 11011010 | 1100000 | 110000 |
Color Harmonies of #055AF0
Complementary color
Monochromatic Colors of #055AF0
Black with #055AF0
Text Example
Text Example
White with #055AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055AF0; }
p { color: rgb(5,90,240); }
H1.HeaderClassName
{
color: #055AF0;
}
.AnyTagClassName
{
color: #055AF0;
}
</style>
background-color css
<style>
a { background-color: #055AF0; }
a { background-color: rgb(5,90,240); }
div.DivClassName
{
background-color: #055AF0;
}
.BgClassName
{
background-color: #055AF0;
}
</style>
border-color css
<style>
span { border-color: #055AF0; }
span { border-color: rgb(5,90,240); }
td.TdClassName
{
border-color: #055AF0;
}
.TagClassName
{
border-color: #055AF0;
}
</style>