Shades of Navy Blue #056BDE
Tints of Navy Blue #056BDE
RGB
CMYK
RGB Variations
Color information
#056BDE (or 0x056BDE) is known color: Navy Blue. HEX triplet: 05, 6B and DE. RGB value is (5,107,222). Sum of RGB (Red+Green+Blue) = 5+107+222=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #056BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BDE is #FA9421. Grayscale: #595959. Windows color (decimal): -16421922 or 14576389. OLE color: 14576389.
HSL color Cylindrical-coordinate representation of color #056BDE: hue angle of 211.8º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056BDE is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 107 | 222 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.13 |
| HSL | 211.8º | 0.96% | 0.45% | - |
| HSV(B) | 211.8º | 0.98% | 0.87% | - |
| XYZ | 18.51 | 15.82 | 71.19 | - |
| YUV | 89.61 | 202.71 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 222 | 0.98 | 0.52 | 0 | 0.13 | 211.8 | 0.96 | 0.45 |
| Hex | 5 | 6B | DE | 62 | 34 | 0 | D | D4 | 60 | 2D |
| Octal | 5 | 153 | 336 | 142 | 64 | 0 | 15 | 324 | 140 | 55 |
| Binary | 101 | 1101011 | 11011110 | 1100010 | 110100 | 0 | 1101 | 11010100 | 1100000 | 101101 |
Color Harmonies of #056BDE
Complementary color
Monochromatic Colors of #056BDE
Black with #056BDE
Text Example
Text Example
White with #056BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056BDE; }
p { color: rgb(5,107,222); }
H1.HeaderClassName
{
color: #056BDE;
}
.AnyTagClassName
{
color: #056BDE;
}
</style>
background-color css
<style>
a { background-color: #056BDE; }
a { background-color: rgb(5,107,222); }
div.DivClassName
{
background-color: #056BDE;
}
.BgClassName
{
background-color: #056BDE;
}
</style>
border-color css
<style>
span { border-color: #056BDE; }
span { border-color: rgb(5,107,222); }
td.TdClassName
{
border-color: #056BDE;
}
.TagClassName
{
border-color: #056BDE;
}
</style>