Shades of Navy Blue #175AEC
Tints of Navy Blue #175AEC
RGB
CMYK
RGB Variations
Color information
#175AEC (or 0x175AEC) is known color: Navy Blue. HEX triplet: 17, 5A and EC. RGB value is (23,90,236). Sum of RGB (Red+Green+Blue) = 23+90+236=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #175AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175AEC is #E8A513. Grayscale: #555555. Windows color (decimal): -15246612 or 15489559. OLE color: 15489559.
HSL color Cylindrical-coordinate representation of color #175AEC: hue angle of 221.13º 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 #175AEC is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 90 | 236 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.07 |
| HSL | 221.13º | 0.85% | 0.51% | - |
| HSV(B) | 221.13º | 0.9% | 0.93% | - |
| XYZ | 19.15 | 13.55 | 80.96 | - |
| YUV | 86.61 | 212.3 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 236 | 0.90 | 0.62 | 0 | 0.07 | 221.13 | 0.85 | 0.51 |
| Hex | 17 | 5A | EC | 5A | 3E | 0 | 7 | DD | 55 | 33 |
| Octal | 27 | 132 | 354 | 132 | 76 | 0 | 7 | 335 | 125 | 63 |
| Binary | 10111 | 1011010 | 11101100 | 1011010 | 111110 | 0 | 111 | 11011101 | 1010101 | 110011 |
Color Harmonies of #175AEC
Complementary color
Monochromatic Colors of #175AEC
Black with #175AEC
Text Example
Text Example
White with #175AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175AEC; }
p { color: rgb(23,90,236); }
H1.HeaderClassName
{
color: #175AEC;
}
.AnyTagClassName
{
color: #175AEC;
}
</style>
background-color css
<style>
a { background-color: #175AEC; }
a { background-color: rgb(23,90,236); }
div.DivClassName
{
background-color: #175AEC;
}
.BgClassName
{
background-color: #175AEC;
}
</style>
border-color css
<style>
span { border-color: #175AEC; }
span { border-color: rgb(23,90,236); }
td.TdClassName
{
border-color: #175AEC;
}
.TagClassName
{
border-color: #175AEC;
}
</style>