Shades of Navy Blue #056EF6
Tints of Navy Blue #056EF6
RGB
CMYK
RGB Variations
Color information
#056EF6 (or 0x056EF6) is known color: Navy Blue. HEX triplet: 05, 6E and F6. RGB value is (5,110,246). Sum of RGB (Red+Green+Blue) = 5+110+246=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 246 (96.48% from 255 or 68.14% from 361); Max value from RGB is 246 - color contains mainly: blue. Hex color #056EF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056EF6 is #FA9109. Grayscale: #5D5D5D. Windows color (decimal): -16421130 or 16150021. OLE color: 16150021.
HSL color Cylindrical-coordinate representation of color #056EF6: hue angle of 213.86º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056EF6 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 110 | 246 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.04 |
| HSL | 213.86º | 0.96% | 0.49% | - |
| HSV(B) | 213.86º | 0.98% | 0.96% | - |
| XYZ | 22.27 | 17.84 | 89.46 | - |
| YUV | 94.11 | 213.71 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 246 | 0.98 | 0.55 | 0 | 0.04 | 213.86 | 0.96 | 0.49 |
| Hex | 5 | 6E | F6 | 62 | 37 | 0 | 4 | D6 | 60 | 31 |
| Octal | 5 | 156 | 366 | 142 | 67 | 0 | 4 | 326 | 140 | 61 |
| Binary | 101 | 1101110 | 11110110 | 1100010 | 110111 | 0 | 100 | 11010110 | 1100000 | 110001 |
Color Harmonies of #056EF6
Complementary color
Monochromatic Colors of #056EF6
Black with #056EF6
Text Example
Text Example
White with #056EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056EF6; }
p { color: rgb(5,110,246); }
H1.HeaderClassName
{
color: #056EF6;
}
.AnyTagClassName
{
color: #056EF6;
}
</style>
background-color css
<style>
a { background-color: #056EF6; }
a { background-color: rgb(5,110,246); }
div.DivClassName
{
background-color: #056EF6;
}
.BgClassName
{
background-color: #056EF6;
}
</style>
border-color css
<style>
span { border-color: #056EF6; }
span { border-color: rgb(5,110,246); }
td.TdClassName
{
border-color: #056EF6;
}
.TagClassName
{
border-color: #056EF6;
}
</style>