Shades of Navy Blue #175CE5
Tints of Navy Blue #175CE5
RGB
CMYK
RGB Variations
Color information
#175CE5 (or 0x175CE5) is known color: Navy Blue. HEX triplet: 17, 5C and E5. RGB value is (23,92,229). Sum of RGB (Red+Green+Blue) = 23+92+229=344 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.69% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 229 (89.84% from 255 or 66.57% from 344); Max value from RGB is 229 - color contains mainly: blue. Hex color #175CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175CE5 is #E8A31A. Grayscale: #565656. Windows color (decimal): -15246107 or 15031319. OLE color: 15031319.
HSL color Cylindrical-coordinate representation of color #175CE5: hue angle of 219.9º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175CE5 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 92 | 229 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.10 |
| HSL | 219.9º | 0.82% | 0.49% | - |
| HSV(B) | 219.9º | 0.9% | 0.9% | - |
| XYZ | 18.32 | 13.49 | 75.77 | - |
| YUV | 86.99 | 208.14 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 229 | 0.90 | 0.60 | 0 | 0.10 | 219.9 | 0.82 | 0.49 |
| Hex | 17 | 5C | E5 | 5A | 3C | 0 | A | DC | 52 | 31 |
| Octal | 27 | 134 | 345 | 132 | 74 | 0 | 12 | 334 | 122 | 61 |
| Binary | 10111 | 1011100 | 11100101 | 1011010 | 111100 | 0 | 1010 | 11011100 | 1010010 | 110001 |
Color Harmonies of #175CE5
Complementary color
Monochromatic Colors of #175CE5
Black with #175CE5
Text Example
Text Example
White with #175CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175CE5; }
p { color: rgb(23,92,229); }
H1.HeaderClassName
{
color: #175CE5;
}
.AnyTagClassName
{
color: #175CE5;
}
</style>
background-color css
<style>
a { background-color: #175CE5; }
a { background-color: rgb(23,92,229); }
div.DivClassName
{
background-color: #175CE5;
}
.BgClassName
{
background-color: #175CE5;
}
</style>
border-color css
<style>
span { border-color: #175CE5; }
span { border-color: rgb(23,92,229); }
td.TdClassName
{
border-color: #175CE5;
}
.TagClassName
{
border-color: #175CE5;
}
</style>