Shades of Navy Blue #175CEC
Tints of Navy Blue #175CEC
RGB
CMYK
RGB Variations
Color information
#175CEC (or 0x175CEC) is known color: Navy Blue. HEX triplet: 17, 5C and EC. RGB value is (23,92,236). Sum of RGB (Red+Green+Blue) = 23+92+236=351 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.55% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #175CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175CEC is #E8A313. Grayscale: #575757. Windows color (decimal): -15246100 or 15490071. OLE color: 15490071.
HSL color Cylindrical-coordinate representation of color #175CEC: hue angle of 220.56º 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 #175CEC is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 92 | 236 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.07 |
| HSL | 220.56º | 0.85% | 0.51% | - |
| HSV(B) | 220.56º | 0.9% | 0.93% | - |
| XYZ | 19.32 | 13.89 | 81.02 | - |
| YUV | 87.79 | 211.64 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 236 | 0.90 | 0.61 | 0 | 0.07 | 220.56 | 0.85 | 0.51 |
| Hex | 17 | 5C | EC | 5A | 3D | 0 | 7 | DD | 55 | 33 |
| Octal | 27 | 134 | 354 | 132 | 75 | 0 | 7 | 335 | 125 | 63 |
| Binary | 10111 | 1011100 | 11101100 | 1011010 | 111101 | 0 | 111 | 11011101 | 1010101 | 110011 |
Color Harmonies of #175CEC
Complementary color
Monochromatic Colors of #175CEC
Black with #175CEC
Text Example
Text Example
White with #175CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175CEC; }
p { color: rgb(23,92,236); }
H1.HeaderClassName
{
color: #175CEC;
}
.AnyTagClassName
{
color: #175CEC;
}
</style>
background-color css
<style>
a { background-color: #175CEC; }
a { background-color: rgb(23,92,236); }
div.DivClassName
{
background-color: #175CEC;
}
.BgClassName
{
background-color: #175CEC;
}
</style>
border-color css
<style>
span { border-color: #175CEC; }
span { border-color: rgb(23,92,236); }
td.TdClassName
{
border-color: #175CEC;
}
.TagClassName
{
border-color: #175CEC;
}
</style>