Shades of Navy Blue #055DFE
Tints of Navy Blue #055DFE
RGB
CMYK
RGB Variations
Color information
#055DFE (or 0x055DFE) is known color: Navy Blue. HEX triplet: 05, 5D and FE. RGB value is (5,93,254). Sum of RGB (Red+Green+Blue) = 5+93+254=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #055DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055DFE is #FAA201. Grayscale: #545454. Windows color (decimal): -16425474 or 16669957. OLE color: 16669957.
HSL color Cylindrical-coordinate representation of color #055DFE: hue angle of 218.8º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055DFE is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 93 | 254 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.00 |
| HSL | 218.8º | 0.99% | 0.51% | - |
| HSV(B) | 218.8º | 0.98% | 1% | - |
| XYZ | 21.87 | 15.02 | 95.51 | - |
| YUV | 85.04 | 223.35 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 254 | 0.98 | 0.63 | 0 | 0.00 | 218.8 | 0.99 | 0.51 |
| Hex | 5 | 5D | FE | 62 | 3F | 0 | 0 | DB | 63 | 33 |
| Octal | 5 | 135 | 376 | 142 | 77 | 0 | 0 | 333 | 143 | 63 |
| Binary | 101 | 1011101 | 11111110 | 1100010 | 111111 | 0 | 0 | 11011011 | 1100011 | 110011 |
Color Harmonies of #055DFE
Complementary color
Monochromatic Colors of #055DFE
Black with #055DFE
Text Example
Text Example
White with #055DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055DFE; }
p { color: rgb(5,93,254); }
H1.HeaderClassName
{
color: #055DFE;
}
.AnyTagClassName
{
color: #055DFE;
}
</style>
background-color css
<style>
a { background-color: #055DFE; }
a { background-color: rgb(5,93,254); }
div.DivClassName
{
background-color: #055DFE;
}
.BgClassName
{
background-color: #055DFE;
}
</style>
border-color css
<style>
span { border-color: #055DFE; }
span { border-color: rgb(5,93,254); }
td.TdClassName
{
border-color: #055DFE;
}
.TagClassName
{
border-color: #055DFE;
}
</style>