Shades of Navy Blue #055EF2
Tints of Navy Blue #055EF2
RGB
CMYK
RGB Variations
Color information
#055EF2 (or 0x055EF2) is known color: Navy Blue. HEX triplet: 05, 5E and F2. RGB value is (5,94,242). Sum of RGB (Red+Green+Blue) = 5+94+242=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 242 (94.92% from 255 or 70.97% from 341); Max value from RGB is 242 - color contains mainly: blue. Hex color #055EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055EF2 is #FAA10D. Grayscale: #535353. Windows color (decimal): -16425230 or 15883781. OLE color: 15883781.
HSL color Cylindrical-coordinate representation of color #055EF2: hue angle of 217.47º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055EF2 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 94 | 242 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.05 |
| HSL | 217.47º | 0.96% | 0.48% | - |
| HSV(B) | 217.47º | 0.98% | 0.95% | - |
| XYZ | 20.09 | 14.45 | 85.73 | - |
| YUV | 84.26 | 217.01 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 242 | 0.98 | 0.61 | 0 | 0.05 | 217.47 | 0.96 | 0.48 |
| Hex | 5 | 5E | F2 | 62 | 3D | 0 | 5 | D9 | 60 | 30 |
| Octal | 5 | 136 | 362 | 142 | 75 | 0 | 5 | 331 | 140 | 60 |
| Binary | 101 | 1011110 | 11110010 | 1100010 | 111101 | 0 | 101 | 11011001 | 1100000 | 110000 |
Color Harmonies of #055EF2
Complementary color
Monochromatic Colors of #055EF2
Black with #055EF2
Text Example
Text Example
White with #055EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055EF2; }
p { color: rgb(5,94,242); }
H1.HeaderClassName
{
color: #055EF2;
}
.AnyTagClassName
{
color: #055EF2;
}
</style>
background-color css
<style>
a { background-color: #055EF2; }
a { background-color: rgb(5,94,242); }
div.DivClassName
{
background-color: #055EF2;
}
.BgClassName
{
background-color: #055EF2;
}
</style>
border-color css
<style>
span { border-color: #055EF2; }
span { border-color: rgb(5,94,242); }
td.TdClassName
{
border-color: #055EF2;
}
.TagClassName
{
border-color: #055EF2;
}
</style>