Shades of Navy Blue #056FE1
Tints of Navy Blue #056FE1
RGB
CMYK
RGB Variations
Color information
#056FE1 (or 0x056FE1) is known color: Navy Blue. HEX triplet: 05, 6F and E1. RGB value is (5,111,225). Sum of RGB (Red+Green+Blue) = 5+111+225=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 225 (88.28% from 255 or 65.98% from 341); Max value from RGB is 225 - color contains mainly: blue. Hex color #056FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056FE1 is #FA901E. Grayscale: #5B5B5B. Windows color (decimal): -16420895 or 14774021. OLE color: 14774021.
HSL color Cylindrical-coordinate representation of color #056FE1: hue angle of 211.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056FE1 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 111 | 225 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.12 |
| HSL | 211.09º | 0.96% | 0.45% | - |
| HSV(B) | 211.09º | 0.98% | 0.88% | - |
| XYZ | 19.34 | 16.84 | 73.46 | - |
| YUV | 92.3 | 202.88 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 225 | 0.98 | 0.51 | 0 | 0.12 | 211.09 | 0.96 | 0.45 |
| Hex | 5 | 6F | E1 | 62 | 33 | 0 | C | D3 | 60 | 2D |
| Octal | 5 | 157 | 341 | 142 | 63 | 0 | 14 | 323 | 140 | 55 |
| Binary | 101 | 1101111 | 11100001 | 1100010 | 110011 | 0 | 1100 | 11010011 | 1100000 | 101101 |
Color Harmonies of #056FE1
Complementary color
Monochromatic Colors of #056FE1
Black with #056FE1
Text Example
Text Example
White with #056FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056FE1; }
p { color: rgb(5,111,225); }
H1.HeaderClassName
{
color: #056FE1;
}
.AnyTagClassName
{
color: #056FE1;
}
</style>
background-color css
<style>
a { background-color: #056FE1; }
a { background-color: rgb(5,111,225); }
div.DivClassName
{
background-color: #056FE1;
}
.BgClassName
{
background-color: #056FE1;
}
</style>
border-color css
<style>
span { border-color: #056FE1; }
span { border-color: rgb(5,111,225); }
td.TdClassName
{
border-color: #056FE1;
}
.TagClassName
{
border-color: #056FE1;
}
</style>