Shades of Navy Blue #175CDE
Tints of Navy Blue #175CDE
RGB
CMYK
RGB Variations
Color information
#175CDE (or 0x175CDE) is known color: Navy Blue. HEX triplet: 17, 5C and DE. RGB value is (23,92,222). Sum of RGB (Red+Green+Blue) = 23+92+222=337 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.82% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #175CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175CDE is #E8A321. Grayscale: #555555. Windows color (decimal): -15246114 or 14572567. OLE color: 14572567.
HSL color Cylindrical-coordinate representation of color #175CDE: hue angle of 219.2º 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 #175CDE is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 92 | 222 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.13 |
| HSL | 219.2º | 0.81% | 0.48% | - |
| HSV(B) | 219.2º | 0.9% | 0.87% | - |
| XYZ | 17.37 | 13.11 | 70.72 | - |
| YUV | 86.19 | 204.64 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 222 | 0.90 | 0.59 | 0 | 0.13 | 219.2 | 0.81 | 0.48 |
| Hex | 17 | 5C | DE | 5A | 3B | 0 | D | DB | 51 | 30 |
| Octal | 27 | 134 | 336 | 132 | 73 | 0 | 15 | 333 | 121 | 60 |
| Binary | 10111 | 1011100 | 11011110 | 1011010 | 111011 | 0 | 1101 | 11011011 | 1010001 | 110000 |
Color Harmonies of #175CDE
Complementary color
Monochromatic Colors of #175CDE
Black with #175CDE
Text Example
Text Example
White with #175CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175CDE; }
p { color: rgb(23,92,222); }
H1.HeaderClassName
{
color: #175CDE;
}
.AnyTagClassName
{
color: #175CDE;
}
</style>
background-color css
<style>
a { background-color: #175CDE; }
a { background-color: rgb(23,92,222); }
div.DivClassName
{
background-color: #175CDE;
}
.BgClassName
{
background-color: #175CDE;
}
</style>
border-color css
<style>
span { border-color: #175CDE; }
span { border-color: rgb(23,92,222); }
td.TdClassName
{
border-color: #175CDE;
}
.TagClassName
{
border-color: #175CDE;
}
</style>