Shades of Navy Blue #175DDD
Tints of Navy Blue #175DDD
RGB
CMYK
RGB Variations
Color information
#175DDD (or 0x175DDD) is known color: Navy Blue. HEX triplet: 17, 5D and DD. RGB value is (23,93,221). Sum of RGB (Red+Green+Blue) = 23+93+221=337 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.82% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #175DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175DDD is #E8A222. Grayscale: #565656. Windows color (decimal): -15245859 or 14507287. OLE color: 14507287.
HSL color Cylindrical-coordinate representation of color #175DDD: hue angle of 218.79º 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 #175DDD is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 93 | 221 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.13 |
| HSL | 218.79º | 0.81% | 0.48% | - |
| HSV(B) | 218.79º | 0.9% | 0.87% | - |
| XYZ | 17.32 | 13.23 | 70.05 | - |
| YUV | 86.66 | 203.81 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 221 | 0.90 | 0.58 | 0 | 0.13 | 218.79 | 0.81 | 0.48 |
| Hex | 17 | 5D | DD | 5A | 3A | 0 | D | DB | 51 | 30 |
| Octal | 27 | 135 | 335 | 132 | 72 | 0 | 15 | 333 | 121 | 60 |
| Binary | 10111 | 1011101 | 11011101 | 1011010 | 111010 | 0 | 1101 | 11011011 | 1010001 | 110000 |
Color Harmonies of #175DDD
Complementary color
Monochromatic Colors of #175DDD
Black with #175DDD
Text Example
Text Example
White with #175DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175DDD; }
p { color: rgb(23,93,221); }
H1.HeaderClassName
{
color: #175DDD;
}
.AnyTagClassName
{
color: #175DDD;
}
</style>
background-color css
<style>
a { background-color: #175DDD; }
a { background-color: rgb(23,93,221); }
div.DivClassName
{
background-color: #175DDD;
}
.BgClassName
{
background-color: #175DDD;
}
</style>
border-color css
<style>
span { border-color: #175DDD; }
span { border-color: rgb(23,93,221); }
td.TdClassName
{
border-color: #175DDD;
}
.TagClassName
{
border-color: #175DDD;
}
</style>