Shades of Navy Blue #056ECF
Tints of Navy Blue #056ECF
RGB
CMYK
RGB Variations
Color information
#056ECF (or 0x056ECF) is known color: Navy Blue. HEX triplet: 05, 6E and CF. RGB value is (5,110,207). Sum of RGB (Red+Green+Blue) = 5+110+207=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #056ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056ECF is #FA9130. Grayscale: #595959. Windows color (decimal): -16421169 or 13594117. OLE color: 13594117.
HSL color Cylindrical-coordinate representation of color #056ECF: hue angle of 208.81º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056ECF is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 110 | 207 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.19 |
| HSL | 208.81º | 0.95% | 0.42% | - |
| HSV(B) | 208.81º | 0.98% | 0.81% | - |
| XYZ | 16.9 | 15.69 | 61.17 | - |
| YUV | 89.66 | 194.21 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 207 | 0.98 | 0.47 | 0 | 0.19 | 208.81 | 0.95 | 0.42 |
| Hex | 5 | 6E | CF | 62 | 2F | 0 | 13 | D1 | 5F | 2A |
| Octal | 5 | 156 | 317 | 142 | 57 | 0 | 23 | 321 | 137 | 52 |
| Binary | 101 | 1101110 | 11001111 | 1100010 | 101111 | 0 | 10011 | 11010001 | 1011111 | 101010 |
Color Harmonies of #056ECF
Complementary color
Monochromatic Colors of #056ECF
Black with #056ECF
Text Example
Text Example
White with #056ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056ECF; }
p { color: rgb(5,110,207); }
H1.HeaderClassName
{
color: #056ECF;
}
.AnyTagClassName
{
color: #056ECF;
}
</style>
background-color css
<style>
a { background-color: #056ECF; }
a { background-color: rgb(5,110,207); }
div.DivClassName
{
background-color: #056ECF;
}
.BgClassName
{
background-color: #056ECF;
}
</style>
border-color css
<style>
span { border-color: #056ECF; }
span { border-color: rgb(5,110,207); }
td.TdClassName
{
border-color: #056ECF;
}
.TagClassName
{
border-color: #056ECF;
}
</style>