Shades of Navy Blue #175CE0
Tints of Navy Blue #175CE0
RGB
CMYK
RGB Variations
Color information
#175CE0 (or 0x175CE0) is known color: Navy Blue. HEX triplet: 17, 5C and E0. RGB value is (23,92,224). Sum of RGB (Red+Green+Blue) = 23+92+224=339 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.78% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 224 (87.89% from 255 or 66.08% from 339); Max value from RGB is 224 - color contains mainly: blue. Hex color #175CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175CE0 is #E8A31F. Grayscale: #555555. Windows color (decimal): -15246112 or 14703639. OLE color: 14703639.
HSL color Cylindrical-coordinate representation of color #175CE0: hue angle of 219.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175CE0 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 92 | 224 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.12 |
| HSL | 219.4º | 0.81% | 0.48% | - |
| HSV(B) | 219.4º | 0.9% | 0.88% | - |
| XYZ | 17.64 | 13.22 | 72.14 | - |
| YUV | 86.42 | 205.64 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 224 | 0.90 | 0.59 | 0 | 0.12 | 219.4 | 0.81 | 0.48 |
| Hex | 17 | 5C | E0 | 5A | 3B | 0 | C | DB | 51 | 30 |
| Octal | 27 | 134 | 340 | 132 | 73 | 0 | 14 | 333 | 121 | 60 |
| Binary | 10111 | 1011100 | 11100000 | 1011010 | 111011 | 0 | 1100 | 11011011 | 1010001 | 110000 |
Color Harmonies of #175CE0
Complementary color
Monochromatic Colors of #175CE0
Black with #175CE0
Text Example
Text Example
White with #175CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175CE0; }
p { color: rgb(23,92,224); }
H1.HeaderClassName
{
color: #175CE0;
}
.AnyTagClassName
{
color: #175CE0;
}
</style>
background-color css
<style>
a { background-color: #175CE0; }
a { background-color: rgb(23,92,224); }
div.DivClassName
{
background-color: #175CE0;
}
.BgClassName
{
background-color: #175CE0;
}
</style>
border-color css
<style>
span { border-color: #175CE0; }
span { border-color: rgb(23,92,224); }
td.TdClassName
{
border-color: #175CE0;
}
.TagClassName
{
border-color: #175CE0;
}
</style>