#175FE1

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

Shades of Navy Blue #175FE1

Tints of Navy Blue #175FE1

Color information

#175FE1 (or 0x175FE1) is unknown color: approx Navy Blue. HEX triplet: 17, 5F and E1. RGB value is (23,95,225). Sum of RGB (Red+Green+Blue) = 23+95+225=343 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.71% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 225 (88.28% from 255 or 65.60% from 343); Max value from RGB is 225 - color contains mainly: blue. Hex color #175FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175FE1 is #E8A01E. Grayscale: #575757. Windows color (decimal): -15245343 or 14769943. OLE color: 14769943.

HSL color Cylindrical-coordinate representation of color #175FE1: hue angle of 218.61º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175FE1 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2395225-
CMYK0.900.5800.12
HSL218.61º81.45%48.63%-
HSV(B)218.61º89.78%88.24%-
XYZ18.0413.872.95-
YUV88.29205.1581.43-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.71%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 225 (88.28% from 255) = 65.60%
R=6.71%
G=27.70%
B=65.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal23952250.900.5800.12218.6181.4548.63
Hex175FE15A3A0Cdb5131
Octal271373411327201433312161
Binary10111101111111100001101101011101001100110110111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,95,225); }

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

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

 a { background-color: rgb(23,95,225); }

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

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

 span { border-color: rgb(23,95,225); }

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