Shades of Navy Blue #175EDD
Tints of Navy Blue #175EDD
RGB
CMYK
RGB Variations
Color information
#175EDD (or 0x175EDD) is known color: Navy Blue. HEX triplet: 17, 5E and DD. RGB value is (23,94,221). Sum of RGB (Red+Green+Blue) = 23+94+221=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #175EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175EDD is #E8A122. Grayscale: #565656. Windows color (decimal): -15245603 or 14507543. OLE color: 14507543.
HSL color Cylindrical-coordinate representation of color #175EDD: hue angle of 218.48º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175EDD is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 94 | 221 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.13 |
| HSL | 218.48º | 0.81% | 0.48% | - |
| HSV(B) | 218.48º | 0.9% | 0.87% | - |
| XYZ | 17.41 | 13.41 | 70.08 | - |
| YUV | 87.25 | 203.48 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 94 | 221 | 0.90 | 0.57 | 0 | 0.13 | 218.48 | 0.81 | 0.48 |
| Hex | 17 | 5E | DD | 5A | 39 | 0 | D | DA | 51 | 30 |
| Octal | 27 | 136 | 335 | 132 | 71 | 0 | 15 | 332 | 121 | 60 |
| Binary | 10111 | 1011110 | 11011101 | 1011010 | 111001 | 0 | 1101 | 11011010 | 1010001 | 110000 |
Color Harmonies of #175EDD
Complementary color
Monochromatic Colors of #175EDD
Black with #175EDD
Text Example
Text Example
White with #175EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175EDD; }
p { color: rgb(23,94,221); }
H1.HeaderClassName
{
color: #175EDD;
}
.AnyTagClassName
{
color: #175EDD;
}
</style>
background-color css
<style>
a { background-color: #175EDD; }
a { background-color: rgb(23,94,221); }
div.DivClassName
{
background-color: #175EDD;
}
.BgClassName
{
background-color: #175EDD;
}
</style>
border-color css
<style>
span { border-color: #175EDD; }
span { border-color: rgb(23,94,221); }
td.TdClassName
{
border-color: #175EDD;
}
.TagClassName
{
border-color: #175EDD;
}
</style>