Shades of Navy Blue #175CE2
Tints of Navy Blue #175CE2
RGB
CMYK
RGB Variations
Color information
#175CE2 (or 0x175CE2) is known color: Navy Blue. HEX triplet: 17, 5C and E2. RGB value is (23,92,226). Sum of RGB (Red+Green+Blue) = 23+92+226=341 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.74% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 226 (88.67% from 255 or 66.28% from 341); Max value from RGB is 226 - color contains mainly: blue. Hex color #175CE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175CE2 is #E8A31D. Grayscale: #565656. Windows color (decimal): -15246110 or 14834711. OLE color: 14834711.
HSL color Cylindrical-coordinate representation of color #175CE2: hue angle of 219.61º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175CE2 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 92 | 226 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.11 |
| HSL | 219.61º | 0.82% | 0.49% | - |
| HSV(B) | 219.61º | 0.9% | 0.89% | - |
| XYZ | 17.91 | 13.33 | 73.58 | - |
| YUV | 86.65 | 206.64 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 226 | 0.90 | 0.59 | 0 | 0.11 | 219.61 | 0.82 | 0.49 |
| Hex | 17 | 5C | E2 | 5A | 3B | 0 | B | DC | 52 | 31 |
| Octal | 27 | 134 | 342 | 132 | 73 | 0 | 13 | 334 | 122 | 61 |
| Binary | 10111 | 1011100 | 11100010 | 1011010 | 111011 | 0 | 1011 | 11011100 | 1010010 | 110001 |
Color Harmonies of #175CE2
Complementary color
Monochromatic Colors of #175CE2
Black with #175CE2
Text Example
Text Example
White with #175CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175CE2; }
p { color: rgb(23,92,226); }
H1.HeaderClassName
{
color: #175CE2;
}
.AnyTagClassName
{
color: #175CE2;
}
</style>
background-color css
<style>
a { background-color: #175CE2; }
a { background-color: rgb(23,92,226); }
div.DivClassName
{
background-color: #175CE2;
}
.BgClassName
{
background-color: #175CE2;
}
</style>
border-color css
<style>
span { border-color: #175CE2; }
span { border-color: rgb(23,92,226); }
td.TdClassName
{
border-color: #175CE2;
}
.TagClassName
{
border-color: #175CE2;
}
</style>