#175E95

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

Shades of Endeavour #175E95

Tints of Endeavour #175E95

Color information

#175E95 (or 0x175E95) is unknown color: approx Endeavour. HEX triplet: 17, 5E and 95. RGB value is (23,94,149). Sum of RGB (Red+Green+Blue) = 23+94+149=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #175E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175E95 is #E8A16A. Grayscale: #4E4E4E. Windows color (decimal): -15245675 or 9788951. OLE color: 9788951.

HSL color Cylindrical-coordinate representation of color #175E95: hue angle of 206.19º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #175E95 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2394149-
CMYK0.850.3700.42
HSL206.19º73.26%33.73%-
HSV(B)206.19º84.56%58.43%-
XYZ9.7810.3629.92-
YUV79.04167.4888.03-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.65%
GREEN value IS 94 (37.11% from 255) = 35.34%
BLUE value IS 149 (58.59% from 255) = 56.02%
R=8.65%
G=35.34%
B=56.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal23941490.850.3700.42206.1973.2633.73
Hex175E95552502Ace4922
Octal271362251254505231611142
Binary1011110111101001010110101011001010101010110011101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,94,149); }

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

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

 a { background-color: rgb(23,94,149); }

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

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

 span { border-color: rgb(23,94,149); }

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