Shades of Navy Blue #056BDF
Tints of Navy Blue #056BDF
RGB
CMYK
RGB Variations
Color information
#056BDF (or 0x056BDF) is known color: Navy Blue. HEX triplet: 05, 6B and DF. RGB value is (5,107,223). Sum of RGB (Red+Green+Blue) = 5+107+223=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #056BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BDF is #FA9420. Grayscale: #595959. Windows color (decimal): -16421921 or 14641925. OLE color: 14641925.
HSL color Cylindrical-coordinate representation of color #056BDF: hue angle of 211.93º 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 #056BDF is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 107 | 223 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.13 |
| HSL | 211.93º | 0.96% | 0.45% | - |
| HSV(B) | 211.93º | 0.98% | 0.87% | - |
| XYZ | 18.64 | 15.88 | 71.89 | - |
| YUV | 89.73 | 203.21 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 223 | 0.98 | 0.52 | 0 | 0.13 | 211.93 | 0.96 | 0.45 |
| Hex | 5 | 6B | DF | 62 | 34 | 0 | D | D4 | 60 | 2D |
| Octal | 5 | 153 | 337 | 142 | 64 | 0 | 15 | 324 | 140 | 55 |
| Binary | 101 | 1101011 | 11011111 | 1100010 | 110100 | 0 | 1101 | 11010100 | 1100000 | 101101 |
Color Harmonies of #056BDF
Complementary color
Monochromatic Colors of #056BDF
Black with #056BDF
Text Example
Text Example
White with #056BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056BDF; }
p { color: rgb(5,107,223); }
H1.HeaderClassName
{
color: #056BDF;
}
.AnyTagClassName
{
color: #056BDF;
}
</style>
background-color css
<style>
a { background-color: #056BDF; }
a { background-color: rgb(5,107,223); }
div.DivClassName
{
background-color: #056BDF;
}
.BgClassName
{
background-color: #056BDF;
}
</style>
border-color css
<style>
span { border-color: #056BDF; }
span { border-color: rgb(5,107,223); }
td.TdClassName
{
border-color: #056BDF;
}
.TagClassName
{
border-color: #056BDF;
}
</style>