Shades of Navy Blue #056ADD
Tints of Navy Blue #056ADD
RGB
CMYK
RGB Variations
Color information
#056ADD (or 0x056ADD) is known color: Navy Blue. HEX triplet: 05, 6A and DD. RGB value is (5,106,221). Sum of RGB (Red+Green+Blue) = 5+106+221=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #056ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056ADD is #FA9522. Grayscale: #585858. Windows color (decimal): -16422179 or 14510597. OLE color: 14510597.
HSL color Cylindrical-coordinate representation of color #056ADD: hue angle of 211.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056ADD is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 106 | 221 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.13 |
| HSL | 211.94º | 0.96% | 0.44% | - |
| HSV(B) | 211.94º | 0.98% | 0.87% | - |
| XYZ | 18.27 | 15.56 | 70.45 | - |
| YUV | 88.91 | 202.54 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 221 | 0.98 | 0.52 | 0 | 0.13 | 211.94 | 0.96 | 0.44 |
| Hex | 5 | 6A | DD | 62 | 34 | 0 | D | D4 | 60 | 2C |
| Octal | 5 | 152 | 335 | 142 | 64 | 0 | 15 | 324 | 140 | 54 |
| Binary | 101 | 1101010 | 11011101 | 1100010 | 110100 | 0 | 1101 | 11010100 | 1100000 | 101100 |
Color Harmonies of #056ADD
Complementary color
Monochromatic Colors of #056ADD
Black with #056ADD
Text Example
Text Example
White with #056ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056ADD; }
p { color: rgb(5,106,221); }
H1.HeaderClassName
{
color: #056ADD;
}
.AnyTagClassName
{
color: #056ADD;
}
</style>
background-color css
<style>
a { background-color: #056ADD; }
a { background-color: rgb(5,106,221); }
div.DivClassName
{
background-color: #056ADD;
}
.BgClassName
{
background-color: #056ADD;
}
</style>
border-color css
<style>
span { border-color: #056ADD; }
span { border-color: rgb(5,106,221); }
td.TdClassName
{
border-color: #056ADD;
}
.TagClassName
{
border-color: #056ADD;
}
</style>