Shades of Navy Blue #055BFE
Tints of Navy Blue #055BFE
RGB
CMYK
RGB Variations
Color information
#055BFE (or 0x055BFE) is known color: Navy Blue. HEX triplet: 05, 5B and FE. RGB value is (5,91,254). Sum of RGB (Red+Green+Blue) = 5+91+254=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #055BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055BFE is #FAA401. Grayscale: #535353. Windows color (decimal): -16425986 or 16669445. OLE color: 16669445.
HSL color Cylindrical-coordinate representation of color #055BFE: hue angle of 219.28º 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 #055BFE is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 91 | 254 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.00 |
| HSL | 219.28º | 0.99% | 0.51% | - |
| HSV(B) | 219.28º | 0.98% | 1% | - |
| XYZ | 21.69 | 14.67 | 95.45 | - |
| YUV | 83.87 | 224.01 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 254 | 0.98 | 0.64 | 0 | 0.00 | 219.28 | 0.99 | 0.51 |
| Hex | 5 | 5B | FE | 62 | 40 | 0 | 0 | DB | 63 | 33 |
| Octal | 5 | 133 | 376 | 142 | 100 | 0 | 0 | 333 | 143 | 63 |
| Binary | 101 | 1011011 | 11111110 | 1100010 | 1000000 | 0 | 0 | 11011011 | 1100011 | 110011 |
Color Harmonies of #055BFE
Complementary color
Monochromatic Colors of #055BFE
Black with #055BFE
Text Example
Text Example
White with #055BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055BFE; }
p { color: rgb(5,91,254); }
H1.HeaderClassName
{
color: #055BFE;
}
.AnyTagClassName
{
color: #055BFE;
}
</style>
background-color css
<style>
a { background-color: #055BFE; }
a { background-color: rgb(5,91,254); }
div.DivClassName
{
background-color: #055BFE;
}
.BgClassName
{
background-color: #055BFE;
}
</style>
border-color css
<style>
span { border-color: #055BFE; }
span { border-color: rgb(5,91,254); }
td.TdClassName
{
border-color: #055BFE;
}
.TagClassName
{
border-color: #055BFE;
}
</style>