Shades of Navy Blue #056FF2
Tints of Navy Blue #056FF2
RGB
CMYK
RGB Variations
Color information
#056FF2 (or 0x056FF2) is known color: Navy Blue. HEX triplet: 05, 6F and F2. RGB value is (5,111,242). Sum of RGB (Red+Green+Blue) = 5+111+242=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 242 (94.92% from 255 or 67.60% from 358); Max value from RGB is 242 - color contains mainly: blue. Hex color #056FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056FF2 is #FA900D. Grayscale: #5D5D5D. Windows color (decimal): -16420878 or 15888133. OLE color: 15888133.
HSL color Cylindrical-coordinate representation of color #056FF2: hue angle of 213.16º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056FF2 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 111 | 242 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.05 |
| HSL | 213.16º | 0.96% | 0.48% | - |
| HSV(B) | 213.16º | 0.98% | 0.95% | - |
| XYZ | 21.77 | 17.81 | 86.29 | - |
| YUV | 94.24 | 211.38 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 242 | 0.98 | 0.54 | 0 | 0.05 | 213.16 | 0.96 | 0.48 |
| Hex | 5 | 6F | F2 | 62 | 36 | 0 | 5 | D5 | 60 | 30 |
| Octal | 5 | 157 | 362 | 142 | 66 | 0 | 5 | 325 | 140 | 60 |
| Binary | 101 | 1101111 | 11110010 | 1100010 | 110110 | 0 | 101 | 11010101 | 1100000 | 110000 |
Color Harmonies of #056FF2
Complementary color
Monochromatic Colors of #056FF2
Black with #056FF2
Text Example
Text Example
White with #056FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056FF2; }
p { color: rgb(5,111,242); }
H1.HeaderClassName
{
color: #056FF2;
}
.AnyTagClassName
{
color: #056FF2;
}
</style>
background-color css
<style>
a { background-color: #056FF2; }
a { background-color: rgb(5,111,242); }
div.DivClassName
{
background-color: #056FF2;
}
.BgClassName
{
background-color: #056FF2;
}
</style>
border-color css
<style>
span { border-color: #056FF2; }
span { border-color: rgb(5,111,242); }
td.TdClassName
{
border-color: #056FF2;
}
.TagClassName
{
border-color: #056FF2;
}
</style>