#175DA0

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

Shades of Endeavour #175DA0

Tints of Endeavour #175DA0

Color information

#175DA0 (or 0x175DA0) is unknown color: approx Endeavour. HEX triplet: 17, 5D and A0. RGB value is (23,93,160). Sum of RGB (Red+Green+Blue) = 23+93+160=276 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.33% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 160 (62.89% from 255 or 57.97% from 276); Max value from RGB is 160 - color contains mainly: blue. Hex color #175DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175DA0 is #E8A25F. Grayscale: #4F4F4F. Windows color (decimal): -15245920 or 10509591. OLE color: 10509591.

HSL color Cylindrical-coordinate representation of color #175DA0: hue angle of 209.34º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #175DA0 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2393160-
CMYK0.860.4200.37
HSL209.34º74.86%35.88%-
HSV(B)209.34º85.62%62.75%-
XYZ10.6110.5534.73-
YUV79.71173.3187.55-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.33%
GREEN value IS 93 (36.72% from 255) = 33.70%
BLUE value IS 160 (62.89% from 255) = 57.97%
R=8.33%
G=33.70%
B=57.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal23931600.860.4200.37209.3474.8635.88
Hex175DA0562A025d14b24
Octal271352401265204532111344
Binary1011110111011010000010101101010100100101110100011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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