#175DE5

Color #175DE5 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #175DE5

Tints of Navy Blue #175DE5

Color information

#175DE5 (or 0x175DE5) is unknown color: approx Navy Blue. HEX triplet: 17, 5D and E5. RGB value is (23,93,229). Sum of RGB (Red+Green+Blue) = 23+93+229=345 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.67% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 229 (89.84% from 255 or 66.38% from 345); Max value from RGB is 229 - color contains mainly: blue. Hex color #175DE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175DE5 is #E8A21A. Grayscale: #565656. Windows color (decimal): -15245851 or 15031575. OLE color: 15031575.

HSL color Cylindrical-coordinate representation of color #175DE5: hue angle of 219.61º 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 #175DE5 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2393229-
CMYK0.900.5900.10
HSL219.61º81.75%49.41%-
HSV(B)219.61º89.96%89.8%-
XYZ18.4113.6775.8-
YUV87.57207.8181.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 6.67%
GREEN value IS 93 (36.72% from 255) = 26.96%
BLUE value IS 229 (89.84% from 255) = 66.38%
R=6.67%
G=26.96%
B=66.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23932290.900.5900.10219.6181.7549.41
Hex175DE55A3B0Adc5231
Octal271353451327301233412261
Binary10111101110111100101101101011101101010110111001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175DE5; }

 p { color: rgb(23,93,229); }

 H1.HeaderClassName
 {
   color: #175DE5;
 }
 .AnyTagClassName
 {
   color: #175DE5;
 }
</style>
background-color css

<style>
 a { background-color: #175DE5; }

 a { background-color: rgb(23,93,229); }

 div.DivClassName
 {
   background-color: #175DE5;
 }
 .BgClassName
 {
   background-color: #175DE5;
 }
</style>
border-color css

<style>
 span { border-color: #175DE5; }

 span { border-color: rgb(23,93,229); }

 td.TdClassName
 {
   border-color: #175DE5;
 }
 .TagClassName
 {
   border-color: #175DE5;
 }
</style>