Shades of Navy Blue #056ADF
Tints of Navy Blue #056ADF
RGB
CMYK
RGB Variations
Color information
#056ADF (or 0x056ADF) is known color: Navy Blue. HEX triplet: 05, 6A and DF. RGB value is (5,106,223). Sum of RGB (Red+Green+Blue) = 5+106+223=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #056ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056ADF is #FA9520. Grayscale: #585858. Windows color (decimal): -16422177 or 14641669. OLE color: 14641669.
HSL color Cylindrical-coordinate representation of color #056ADF: hue angle of 212.2º 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 #056ADF is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 106 | 223 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.13 |
| HSL | 212.2º | 0.96% | 0.45% | - |
| HSV(B) | 212.2º | 0.98% | 0.87% | - |
| XYZ | 18.54 | 15.67 | 71.86 | - |
| YUV | 89.14 | 203.54 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 223 | 0.98 | 0.52 | 0 | 0.13 | 212.2 | 0.96 | 0.45 |
| Hex | 5 | 6A | DF | 62 | 34 | 0 | D | D4 | 60 | 2D |
| Octal | 5 | 152 | 337 | 142 | 64 | 0 | 15 | 324 | 140 | 55 |
| Binary | 101 | 1101010 | 11011111 | 1100010 | 110100 | 0 | 1101 | 11010100 | 1100000 | 101101 |
Color Harmonies of #056ADF
Complementary color
Monochromatic Colors of #056ADF
Black with #056ADF
Text Example
Text Example
White with #056ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056ADF; }
p { color: rgb(5,106,223); }
H1.HeaderClassName
{
color: #056ADF;
}
.AnyTagClassName
{
color: #056ADF;
}
</style>
background-color css
<style>
a { background-color: #056ADF; }
a { background-color: rgb(5,106,223); }
div.DivClassName
{
background-color: #056ADF;
}
.BgClassName
{
background-color: #056ADF;
}
</style>
border-color css
<style>
span { border-color: #056ADF; }
span { border-color: rgb(5,106,223); }
td.TdClassName
{
border-color: #056ADF;
}
.TagClassName
{
border-color: #056ADF;
}
</style>