Shades of Navy Blue #1061ED
Tints of Navy Blue #1061ED
RGB
CMYK
RGB Variations
Color information
#1061ED (or 0x1061ED) is known color: Navy Blue. HEX triplet: 10, 61 and ED. RGB value is (16,97,237). Sum of RGB (Red+Green+Blue) = 16+97+237=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #1061ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1061ED is #EF9E12. Grayscale: #585858. Windows color (decimal): -15703571 or 15556880. OLE color: 15556880.
HSL color Cylindrical-coordinate representation of color #1061ED: hue angle of 218.01º 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 #1061ED is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 97 | 237 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.07 |
| HSL | 218.01º | 0.87% | 0.5% | - |
| HSV(B) | 218.01º | 0.93% | 0.93% | - |
| XYZ | 19.77 | 14.77 | 81.93 | - |
| YUV | 88.74 | 211.66 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 237 | 0.93 | 0.59 | 0 | 0.07 | 218.01 | 0.87 | 0.5 |
| Hex | 10 | 61 | ED | 5D | 3B | 0 | 7 | DA | 57 | 32 |
| Octal | 20 | 141 | 355 | 135 | 73 | 0 | 7 | 332 | 127 | 62 |
| Binary | 10000 | 1100001 | 11101101 | 1011101 | 111011 | 0 | 111 | 11011010 | 1010111 | 110010 |
Color Harmonies of #1061ED
Complementary color
Monochromatic Colors of #1061ED
Black with #1061ED
Text Example
Text Example
White with #1061ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1061ED; }
p { color: rgb(16,97,237); }
H1.HeaderClassName
{
color: #1061ED;
}
.AnyTagClassName
{
color: #1061ED;
}
</style>
background-color css
<style>
a { background-color: #1061ED; }
a { background-color: rgb(16,97,237); }
div.DivClassName
{
background-color: #1061ED;
}
.BgClassName
{
background-color: #1061ED;
}
</style>
border-color css
<style>
span { border-color: #1061ED; }
span { border-color: rgb(16,97,237); }
td.TdClassName
{
border-color: #1061ED;
}
.TagClassName
{
border-color: #1061ED;
}
</style>