Shades of Navy Blue #1053ED
Tints of Navy Blue #1053ED
RGB
CMYK
RGB Variations
Color information
#1053ED (or 0x1053ED) is known color: Navy Blue. HEX triplet: 10, 53 and ED. RGB value is (16,83,237). Sum of RGB (Red+Green+Blue) = 16+83+237=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #1053ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1053ED is #EFAC12. Grayscale: #4F4F4F. Windows color (decimal): -15707155 or 15553296. OLE color: 15553296.
HSL color Cylindrical-coordinate representation of color #1053ED: hue angle of 221.81º 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 #1053ED is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 83 | 237 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.07 |
| HSL | 221.81º | 0.87% | 0.5% | - |
| HSV(B) | 221.81º | 0.93% | 0.93% | - |
| XYZ | 18.59 | 12.41 | 81.54 | - |
| YUV | 80.52 | 216.3 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 237 | 0.93 | 0.65 | 0 | 0.07 | 221.81 | 0.87 | 0.5 |
| Hex | 10 | 53 | ED | 5D | 41 | 0 | 7 | DE | 57 | 32 |
| Octal | 20 | 123 | 355 | 135 | 101 | 0 | 7 | 336 | 127 | 62 |
| Binary | 10000 | 1010011 | 11101101 | 1011101 | 1000001 | 0 | 111 | 11011110 | 1010111 | 110010 |
Color Harmonies of #1053ED
Complementary color
Monochromatic Colors of #1053ED
Black with #1053ED
Text Example
Text Example
White with #1053ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1053ED; }
p { color: rgb(16,83,237); }
H1.HeaderClassName
{
color: #1053ED;
}
.AnyTagClassName
{
color: #1053ED;
}
</style>
background-color css
<style>
a { background-color: #1053ED; }
a { background-color: rgb(16,83,237); }
div.DivClassName
{
background-color: #1053ED;
}
.BgClassName
{
background-color: #1053ED;
}
</style>
border-color css
<style>
span { border-color: #1053ED; }
span { border-color: rgb(16,83,237); }
td.TdClassName
{
border-color: #1053ED;
}
.TagClassName
{
border-color: #1053ED;
}
</style>