Shades of Navy Blue #1056ED
Tints of Navy Blue #1056ED
RGB
CMYK
RGB Variations
Color information
#1056ED (or 0x1056ED) is known color: Navy Blue. HEX triplet: 10, 56 and ED. RGB value is (16,86,237). Sum of RGB (Red+Green+Blue) = 16+86+237=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #1056ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1056ED is #EFA912. Grayscale: #515151. Windows color (decimal): -15706387 or 15554064. OLE color: 15554064.
HSL color Cylindrical-coordinate representation of color #1056ED: hue angle of 221º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1056ED is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 86 | 237 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.07 |
| HSL | 221º | 0.87% | 0.5% | - |
| HSV(B) | 221º | 0.93% | 0.93% | - |
| XYZ | 18.83 | 12.88 | 81.61 | - |
| YUV | 82.28 | 215.31 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 237 | 0.93 | 0.64 | 0 | 0.07 | 221 | 0.87 | 0.5 |
| Hex | 10 | 56 | ED | 5D | 40 | 0 | 7 | DD | 57 | 32 |
| Octal | 20 | 126 | 355 | 135 | 100 | 0 | 7 | 335 | 127 | 62 |
| Binary | 10000 | 1010110 | 11101101 | 1011101 | 1000000 | 0 | 111 | 11011101 | 1010111 | 110010 |
Color Harmonies of #1056ED
Complementary color
Monochromatic Colors of #1056ED
Black with #1056ED
Text Example
Text Example
White with #1056ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1056ED; }
p { color: rgb(16,86,237); }
H1.HeaderClassName
{
color: #1056ED;
}
.AnyTagClassName
{
color: #1056ED;
}
</style>
background-color css
<style>
a { background-color: #1056ED; }
a { background-color: rgb(16,86,237); }
div.DivClassName
{
background-color: #1056ED;
}
.BgClassName
{
background-color: #1056ED;
}
</style>
border-color css
<style>
span { border-color: #1056ED; }
span { border-color: rgb(16,86,237); }
td.TdClassName
{
border-color: #1056ED;
}
.TagClassName
{
border-color: #1056ED;
}
</style>