Shades of Navy Blue #056CE8
Tints of Navy Blue #056CE8
RGB
CMYK
RGB Variations
Color information
#056CE8 (or 0x056CE8) is known color: Navy Blue. HEX triplet: 05, 6C and E8. RGB value is (5,108,232). Sum of RGB (Red+Green+Blue) = 5+108+232=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 232 (91.02% from 255 or 67.25% from 345); Max value from RGB is 232 - color contains mainly: blue. Hex color #056CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056CE8 is #FA9317. Grayscale: #5A5A5A. Windows color (decimal): -16421656 or 15232005. OLE color: 15232005.
HSL color Cylindrical-coordinate representation of color #056CE8: hue angle of 212.78º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056CE8 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 108 | 232 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.09 |
| HSL | 212.78º | 0.96% | 0.46% | - |
| HSV(B) | 212.78º | 0.98% | 0.91% | - |
| XYZ | 19.99 | 16.58 | 78.49 | - |
| YUV | 91.34 | 207.38 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 108 | 232 | 0.98 | 0.53 | 0 | 0.09 | 212.78 | 0.96 | 0.46 |
| Hex | 5 | 6C | E8 | 62 | 35 | 0 | 9 | D5 | 60 | 2E |
| Octal | 5 | 154 | 350 | 142 | 65 | 0 | 11 | 325 | 140 | 56 |
| Binary | 101 | 1101100 | 11101000 | 1100010 | 110101 | 0 | 1001 | 11010101 | 1100000 | 101110 |
Color Harmonies of #056CE8
Complementary color
Monochromatic Colors of #056CE8
Black with #056CE8
Text Example
Text Example
White with #056CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056CE8; }
p { color: rgb(5,108,232); }
H1.HeaderClassName
{
color: #056CE8;
}
.AnyTagClassName
{
color: #056CE8;
}
</style>
background-color css
<style>
a { background-color: #056CE8; }
a { background-color: rgb(5,108,232); }
div.DivClassName
{
background-color: #056CE8;
}
.BgClassName
{
background-color: #056CE8;
}
</style>
border-color css
<style>
span { border-color: #056CE8; }
span { border-color: rgb(5,108,232); }
td.TdClassName
{
border-color: #056CE8;
}
.TagClassName
{
border-color: #056CE8;
}
</style>