Shades of Navy Blue #175DED
Tints of Navy Blue #175DED
RGB
CMYK
RGB Variations
Color information
#175DED (or 0x175DED) is known color: Navy Blue. HEX triplet: 17, 5D and ED. RGB value is (23,93,237). Sum of RGB (Red+Green+Blue) = 23+93+237=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #175DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175DED is #E8A212. Grayscale: #575757. Windows color (decimal): -15245843 or 15555863. OLE color: 15555863.
HSL color Cylindrical-coordinate representation of color #175DED: hue angle of 220.37º 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 #175DED is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 93 | 237 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.07 |
| HSL | 220.37º | 0.86% | 0.51% | - |
| HSV(B) | 220.37º | 0.9% | 0.93% | - |
| XYZ | 19.55 | 14.13 | 81.82 | - |
| YUV | 88.49 | 211.81 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 237 | 0.90 | 0.61 | 0 | 0.07 | 220.37 | 0.86 | 0.51 |
| Hex | 17 | 5D | ED | 5A | 3D | 0 | 7 | DC | 56 | 33 |
| Octal | 27 | 135 | 355 | 132 | 75 | 0 | 7 | 334 | 126 | 63 |
| Binary | 10111 | 1011101 | 11101101 | 1011010 | 111101 | 0 | 111 | 11011100 | 1010110 | 110011 |
Color Harmonies of #175DED
Complementary color
Monochromatic Colors of #175DED
Black with #175DED
Text Example
Text Example
White with #175DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175DED; }
p { color: rgb(23,93,237); }
H1.HeaderClassName
{
color: #175DED;
}
.AnyTagClassName
{
color: #175DED;
}
</style>
background-color css
<style>
a { background-color: #175DED; }
a { background-color: rgb(23,93,237); }
div.DivClassName
{
background-color: #175DED;
}
.BgClassName
{
background-color: #175DED;
}
</style>
border-color css
<style>
span { border-color: #175DED; }
span { border-color: rgb(23,93,237); }
td.TdClassName
{
border-color: #175DED;
}
.TagClassName
{
border-color: #175DED;
}
</style>