Shades of Navy Blue #1761ED
Tints of Navy Blue #1761ED
RGB
CMYK
RGB Variations
Color information
#1761ED (or 0x1761ED) is known color: Navy Blue. HEX triplet: 17, 61 and ED. RGB value is (23,97,237). Sum of RGB (Red+Green+Blue) = 23+97+237=357 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.44% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #1761ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1761ED is #E89E12. Grayscale: #5A5A5A. Windows color (decimal): -15244819 or 15556887. OLE color: 15556887.
HSL color Cylindrical-coordinate representation of color #1761ED: hue angle of 219.25º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1761ED is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 97 | 237 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.07 |
| HSL | 219.25º | 0.86% | 0.51% | - |
| HSV(B) | 219.25º | 0.9% | 0.93% | - |
| XYZ | 19.91 | 14.85 | 81.94 | - |
| YUV | 90.83 | 210.48 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 97 | 237 | 0.90 | 0.59 | 0 | 0.07 | 219.25 | 0.86 | 0.51 |
| Hex | 17 | 61 | ED | 5A | 3B | 0 | 7 | DB | 56 | 33 |
| Octal | 27 | 141 | 355 | 132 | 73 | 0 | 7 | 333 | 126 | 63 |
| Binary | 10111 | 1100001 | 11101101 | 1011010 | 111011 | 0 | 111 | 11011011 | 1010110 | 110011 |
Color Harmonies of #1761ED
Complementary color
Monochromatic Colors of #1761ED
Black with #1761ED
Text Example
Text Example
White with #1761ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1761ED; }
p { color: rgb(23,97,237); }
H1.HeaderClassName
{
color: #1761ED;
}
.AnyTagClassName
{
color: #1761ED;
}
</style>
background-color css
<style>
a { background-color: #1761ED; }
a { background-color: rgb(23,97,237); }
div.DivClassName
{
background-color: #1761ED;
}
.BgClassName
{
background-color: #1761ED;
}
</style>
border-color css
<style>
span { border-color: #1761ED; }
span { border-color: rgb(23,97,237); }
td.TdClassName
{
border-color: #1761ED;
}
.TagClassName
{
border-color: #1761ED;
}
</style>