Shades of Navy Blue #175DEC
Tints of Navy Blue #175DEC
RGB
CMYK
RGB Variations
Color information
#175DEC (or 0x175DEC) is known color: Navy Blue. HEX triplet: 17, 5D and EC. RGB value is (23,93,236). Sum of RGB (Red+Green+Blue) = 23+93+236=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #175DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175DEC is #E8A213. Grayscale: #575757. Windows color (decimal): -15245844 or 15490327. OLE color: 15490327.
HSL color Cylindrical-coordinate representation of color #175DEC: hue angle of 220.28º degrees, saturation: 0.85, 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 #175DEC is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 93 | 236 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.07 |
| HSL | 220.28º | 0.85% | 0.51% | - |
| HSV(B) | 220.28º | 0.9% | 0.93% | - |
| XYZ | 19.41 | 14.07 | 81.05 | - |
| YUV | 88.37 | 211.31 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 236 | 0.90 | 0.61 | 0 | 0.07 | 220.28 | 0.85 | 0.51 |
| Hex | 17 | 5D | EC | 5A | 3D | 0 | 7 | DC | 55 | 33 |
| Octal | 27 | 135 | 354 | 132 | 75 | 0 | 7 | 334 | 125 | 63 |
| Binary | 10111 | 1011101 | 11101100 | 1011010 | 111101 | 0 | 111 | 11011100 | 1010101 | 110011 |
Color Harmonies of #175DEC
Complementary color
Monochromatic Colors of #175DEC
Black with #175DEC
Text Example
Text Example
White with #175DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175DEC; }
p { color: rgb(23,93,236); }
H1.HeaderClassName
{
color: #175DEC;
}
.AnyTagClassName
{
color: #175DEC;
}
</style>
background-color css
<style>
a { background-color: #175DEC; }
a { background-color: rgb(23,93,236); }
div.DivClassName
{
background-color: #175DEC;
}
.BgClassName
{
background-color: #175DEC;
}
</style>
border-color css
<style>
span { border-color: #175DEC; }
span { border-color: rgb(23,93,236); }
td.TdClassName
{
border-color: #175DEC;
}
.TagClassName
{
border-color: #175DEC;
}
</style>