Shades of Navy Blue #1765ED
Tints of Navy Blue #1765ED
RGB
CMYK
RGB Variations
Color information
#1765ED (or 0x1765ED) is known color: Navy Blue. HEX triplet: 17, 65 and ED. RGB value is (23,101,237). Sum of RGB (Red+Green+Blue) = 23+101+237=361 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.37% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #1765ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1765ED is #E89A12. Grayscale: #5C5C5C. Windows color (decimal): -15243795 or 15557911. OLE color: 15557911.
HSL color Cylindrical-coordinate representation of color #1765ED: hue angle of 218.13º 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 #1765ED is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 101 | 237 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.07 |
| HSL | 218.13º | 0.86% | 0.51% | - |
| HSV(B) | 218.13º | 0.9% | 0.93% | - |
| XYZ | 20.29 | 15.6 | 82.06 | - |
| YUV | 93.18 | 209.16 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 101 | 237 | 0.90 | 0.57 | 0 | 0.07 | 218.13 | 0.86 | 0.51 |
| Hex | 17 | 65 | ED | 5A | 39 | 0 | 7 | DA | 56 | 33 |
| Octal | 27 | 145 | 355 | 132 | 71 | 0 | 7 | 332 | 126 | 63 |
| Binary | 10111 | 1100101 | 11101101 | 1011010 | 111001 | 0 | 111 | 11011010 | 1010110 | 110011 |
Color Harmonies of #1765ED
Complementary color
Monochromatic Colors of #1765ED
Black with #1765ED
Text Example
Text Example
White with #1765ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1765ED; }
p { color: rgb(23,101,237); }
H1.HeaderClassName
{
color: #1765ED;
}
.AnyTagClassName
{
color: #1765ED;
}
</style>
background-color css
<style>
a { background-color: #1765ED; }
a { background-color: rgb(23,101,237); }
div.DivClassName
{
background-color: #1765ED;
}
.BgClassName
{
background-color: #1765ED;
}
</style>
border-color css
<style>
span { border-color: #1765ED; }
span { border-color: rgb(23,101,237); }
td.TdClassName
{
border-color: #1765ED;
}
.TagClassName
{
border-color: #1765ED;
}
</style>