Shades of Navy Blue #056EF1
Tints of Navy Blue #056EF1
RGB
CMYK
RGB Variations
Color information
#056EF1 (or 0x056EF1) is known color: Navy Blue. HEX triplet: 05, 6E and F1. RGB value is (5,110,241). Sum of RGB (Red+Green+Blue) = 5+110+241=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #056EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056EF1 is #FA910E. Grayscale: #5C5C5C. Windows color (decimal): -16421135 or 15822341. OLE color: 15822341.
HSL color Cylindrical-coordinate representation of color #056EF1: hue angle of 213.31º 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 #056EF1 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 110 | 241 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.05 |
| HSL | 213.31º | 0.96% | 0.48% | - |
| HSV(B) | 213.31º | 0.98% | 0.95% | - |
| XYZ | 21.52 | 17.54 | 85.47 | - |
| YUV | 93.54 | 211.21 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 241 | 0.98 | 0.54 | 0 | 0.05 | 213.31 | 0.96 | 0.48 |
| Hex | 5 | 6E | F1 | 62 | 36 | 0 | 5 | D5 | 60 | 30 |
| Octal | 5 | 156 | 361 | 142 | 66 | 0 | 5 | 325 | 140 | 60 |
| Binary | 101 | 1101110 | 11110001 | 1100010 | 110110 | 0 | 101 | 11010101 | 1100000 | 110000 |
Color Harmonies of #056EF1
Complementary color
Monochromatic Colors of #056EF1
Black with #056EF1
Text Example
Text Example
White with #056EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056EF1; }
p { color: rgb(5,110,241); }
H1.HeaderClassName
{
color: #056EF1;
}
.AnyTagClassName
{
color: #056EF1;
}
</style>
background-color css
<style>
a { background-color: #056EF1; }
a { background-color: rgb(5,110,241); }
div.DivClassName
{
background-color: #056EF1;
}
.BgClassName
{
background-color: #056EF1;
}
</style>
border-color css
<style>
span { border-color: #056EF1; }
span { border-color: rgb(5,110,241); }
td.TdClassName
{
border-color: #056EF1;
}
.TagClassName
{
border-color: #056EF1;
}
</style>