Shades of Navy Blue #055AF8
Tints of Navy Blue #055AF8
RGB
CMYK
RGB Variations
Color information
#055AF8 (or 0x055AF8) is known color: Navy Blue. HEX triplet: 05, 5A and F8. RGB value is (5,90,248). Sum of RGB (Red+Green+Blue) = 5+90+248=343 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 248 (97.27% from 255 or 72.30% from 343); Max value from RGB is 248 - color contains mainly: blue. Hex color #055AF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055AF8 is #FAA507. Grayscale: #515151. Windows color (decimal): -16426248 or 16275973. OLE color: 16275973.
HSL color Cylindrical-coordinate representation of color #055AF8: hue angle of 219.01º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055AF8 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 90 | 248 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.03 |
| HSL | 219.01º | 0.96% | 0.5% | - |
| HSV(B) | 219.01º | 0.98% | 0.97% | - |
| XYZ | 20.66 | 14.12 | 90.44 | - |
| YUV | 82.6 | 221.34 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 248 | 0.98 | 0.64 | 0 | 0.03 | 219.01 | 0.96 | 0.5 |
| Hex | 5 | 5A | F8 | 62 | 40 | 0 | 3 | DB | 60 | 32 |
| Octal | 5 | 132 | 370 | 142 | 100 | 0 | 3 | 333 | 140 | 62 |
| Binary | 101 | 1011010 | 11111000 | 1100010 | 1000000 | 0 | 11 | 11011011 | 1100000 | 110010 |
Color Harmonies of #055AF8
Complementary color
Monochromatic Colors of #055AF8
Black with #055AF8
Text Example
Text Example
White with #055AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055AF8; }
p { color: rgb(5,90,248); }
H1.HeaderClassName
{
color: #055AF8;
}
.AnyTagClassName
{
color: #055AF8;
}
</style>
background-color css
<style>
a { background-color: #055AF8; }
a { background-color: rgb(5,90,248); }
div.DivClassName
{
background-color: #055AF8;
}
.BgClassName
{
background-color: #055AF8;
}
</style>
border-color css
<style>
span { border-color: #055AF8; }
span { border-color: rgb(5,90,248); }
td.TdClassName
{
border-color: #055AF8;
}
.TagClassName
{
border-color: #055AF8;
}
</style>