Shades of Navy Blue #056FDF
Tints of Navy Blue #056FDF
RGB
CMYK
RGB Variations
Color information
#056FDF (or 0x056FDF) is known color: Navy Blue. HEX triplet: 05, 6F and DF. RGB value is (5,111,223). Sum of RGB (Red+Green+Blue) = 5+111+223=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #056FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056FDF is #FA9020. Grayscale: #5B5B5B. Windows color (decimal): -16420897 or 14642949. OLE color: 14642949.
HSL color Cylindrical-coordinate representation of color #056FDF: hue angle of 210.83º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056FDF is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 111 | 223 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.13 |
| HSL | 210.83º | 0.96% | 0.45% | - |
| HSV(B) | 210.83º | 0.98% | 0.87% | - |
| XYZ | 19.07 | 16.73 | 72.04 | - |
| YUV | 92.07 | 201.88 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 223 | 0.98 | 0.50 | 0 | 0.13 | 210.83 | 0.96 | 0.45 |
| Hex | 5 | 6F | DF | 62 | 32 | 0 | D | D3 | 60 | 2D |
| Octal | 5 | 157 | 337 | 142 | 62 | 0 | 15 | 323 | 140 | 55 |
| Binary | 101 | 1101111 | 11011111 | 1100010 | 110010 | 0 | 1101 | 11010011 | 1100000 | 101101 |
Color Harmonies of #056FDF
Complementary color
Monochromatic Colors of #056FDF
Black with #056FDF
Text Example
Text Example
White with #056FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056FDF; }
p { color: rgb(5,111,223); }
H1.HeaderClassName
{
color: #056FDF;
}
.AnyTagClassName
{
color: #056FDF;
}
</style>
background-color css
<style>
a { background-color: #056FDF; }
a { background-color: rgb(5,111,223); }
div.DivClassName
{
background-color: #056FDF;
}
.BgClassName
{
background-color: #056FDF;
}
</style>
border-color css
<style>
span { border-color: #056FDF; }
span { border-color: rgb(5,111,223); }
td.TdClassName
{
border-color: #056FDF;
}
.TagClassName
{
border-color: #056FDF;
}
</style>