Shades of Navy Blue #056BD4
Tints of Navy Blue #056BD4
RGB
CMYK
RGB Variations
Color information
#056BD4 (or 0x056BD4) is known color: Navy Blue. HEX triplet: 05, 6B and D4. RGB value is (5,107,212). Sum of RGB (Red+Green+Blue) = 5+107+212=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 212 (83.20% from 255 or 65.43% from 324); Max value from RGB is 212 - color contains mainly: blue. Hex color #056BD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BD4 is #FA942B. Grayscale: #575757. Windows color (decimal): -16421932 or 13921029. OLE color: 13921029.
HSL color Cylindrical-coordinate representation of color #056BD4: hue angle of 210.43º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056BD4 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 107 | 212 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.17 |
| HSL | 210.43º | 0.95% | 0.43% | - |
| HSV(B) | 210.43º | 0.98% | 0.83% | - |
| XYZ | 17.2 | 15.3 | 64.33 | - |
| YUV | 88.47 | 197.71 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 212 | 0.98 | 0.50 | 0 | 0.17 | 210.43 | 0.95 | 0.43 |
| Hex | 5 | 6B | D4 | 62 | 32 | 0 | 11 | D2 | 5F | 2B |
| Octal | 5 | 153 | 324 | 142 | 62 | 0 | 21 | 322 | 137 | 53 |
| Binary | 101 | 1101011 | 11010100 | 1100010 | 110010 | 0 | 10001 | 11010010 | 1011111 | 101011 |
Color Harmonies of #056BD4
Complementary color
Monochromatic Colors of #056BD4
Black with #056BD4
Text Example
Text Example
White with #056BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056BD4; }
p { color: rgb(5,107,212); }
H1.HeaderClassName
{
color: #056BD4;
}
.AnyTagClassName
{
color: #056BD4;
}
</style>
background-color css
<style>
a { background-color: #056BD4; }
a { background-color: rgb(5,107,212); }
div.DivClassName
{
background-color: #056BD4;
}
.BgClassName
{
background-color: #056BD4;
}
</style>
border-color css
<style>
span { border-color: #056BD4; }
span { border-color: rgb(5,107,212); }
td.TdClassName
{
border-color: #056BD4;
}
.TagClassName
{
border-color: #056BD4;
}
</style>