Shades of Navy Blue #056BEA
Tints of Navy Blue #056BEA
RGB
CMYK
RGB Variations
Color information
#056BEA (or 0x056BEA) is known color: Navy Blue. HEX triplet: 05, 6B and EA. RGB value is (5,107,234). Sum of RGB (Red+Green+Blue) = 5+107+234=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #056BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056BEA is #FA9415. Grayscale: #5A5A5A. Windows color (decimal): -16421910 or 15362821. OLE color: 15362821.
HSL color Cylindrical-coordinate representation of color #056BEA: hue angle of 213.28º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056BEA is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 107 | 234 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.08 |
| HSL | 213.28º | 0.96% | 0.47% | - |
| HSV(B) | 213.28º | 0.98% | 0.92% | - |
| XYZ | 20.17 | 16.49 | 79.96 | - |
| YUV | 90.98 | 208.71 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 234 | 0.98 | 0.54 | 0 | 0.08 | 213.28 | 0.96 | 0.47 |
| Hex | 5 | 6B | EA | 62 | 36 | 0 | 8 | D5 | 60 | 2F |
| Octal | 5 | 153 | 352 | 142 | 66 | 0 | 10 | 325 | 140 | 57 |
| Binary | 101 | 1101011 | 11101010 | 1100010 | 110110 | 0 | 1000 | 11010101 | 1100000 | 101111 |
Color Harmonies of #056BEA
Complementary color
Monochromatic Colors of #056BEA
Black with #056BEA
Text Example
Text Example
White with #056BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056BEA; }
p { color: rgb(5,107,234); }
H1.HeaderClassName
{
color: #056BEA;
}
.AnyTagClassName
{
color: #056BEA;
}
</style>
background-color css
<style>
a { background-color: #056BEA; }
a { background-color: rgb(5,107,234); }
div.DivClassName
{
background-color: #056BEA;
}
.BgClassName
{
background-color: #056BEA;
}
</style>
border-color css
<style>
span { border-color: #056BEA; }
span { border-color: rgb(5,107,234); }
td.TdClassName
{
border-color: #056BEA;
}
.TagClassName
{
border-color: #056BEA;
}
</style>