Shades of Navy Blue #056CF0
Tints of Navy Blue #056CF0
RGB
CMYK
RGB Variations
Color information
#056CF0 (or 0x056CF0) is known color: Navy Blue. HEX triplet: 05, 6C and F0. RGB value is (5,108,240). Sum of RGB (Red+Green+Blue) = 5+108+240=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 240 (94.14% from 255 or 67.99% from 353); Max value from RGB is 240 - color contains mainly: blue. Hex color #056CF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056CF0 is #FA930F. Grayscale: #5B5B5B. Windows color (decimal): -16421648 or 15756293. OLE color: 15756293.
HSL color Cylindrical-coordinate representation of color #056CF0: hue angle of 213.7º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056CF0 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 108 | 240 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.06 |
| HSL | 213.7º | 0.96% | 0.48% | - |
| HSV(B) | 213.7º | 0.98% | 0.94% | - |
| XYZ | 21.15 | 17.05 | 84.61 | - |
| YUV | 92.25 | 211.38 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 108 | 240 | 0.98 | 0.55 | 0 | 0.06 | 213.7 | 0.96 | 0.48 |
| Hex | 5 | 6C | F0 | 62 | 37 | 0 | 6 | D6 | 60 | 30 |
| Octal | 5 | 154 | 360 | 142 | 67 | 0 | 6 | 326 | 140 | 60 |
| Binary | 101 | 1101100 | 11110000 | 1100010 | 110111 | 0 | 110 | 11010110 | 1100000 | 110000 |
Color Harmonies of #056CF0
Complementary color
Monochromatic Colors of #056CF0
Black with #056CF0
Text Example
Text Example
White with #056CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056CF0; }
p { color: rgb(5,108,240); }
H1.HeaderClassName
{
color: #056CF0;
}
.AnyTagClassName
{
color: #056CF0;
}
</style>
background-color css
<style>
a { background-color: #056CF0; }
a { background-color: rgb(5,108,240); }
div.DivClassName
{
background-color: #056CF0;
}
.BgClassName
{
background-color: #056CF0;
}
</style>
border-color css
<style>
span { border-color: #056CF0; }
span { border-color: rgb(5,108,240); }
td.TdClassName
{
border-color: #056CF0;
}
.TagClassName
{
border-color: #056CF0;
}
</style>