#175091

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

Shades of Endeavour #175091

Tints of Endeavour #175091

Color information

#175091 (or 0x175091) is unknown color: approx Endeavour. HEX triplet: 17, 50 and 91. RGB value is (23,80,145). Sum of RGB (Red+Green+Blue) = 23+80+145=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #175091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175091 is #E8AF6E. Grayscale: #464646. Windows color (decimal): -15249263 or 9523223. OLE color: 9523223.

HSL color Cylindrical-coordinate representation of color #175091: hue angle of 211.97º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #175091 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2380145-
CMYK0.840.4500.43
HSL211.97º72.62%32.94%-
HSV(B)211.97º84.14%56.86%-
XYZ8.337.9627.89-
YUV70.37170.1294.21-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.27%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 145 (57.03% from 255) = 58.47%
R=9.27%
G=32.26%
B=58.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal23801450.840.4500.43211.9772.6232.94
Hex175091542D02Bd44921
Octal271202211245505332411141
Binary1011110100001001000110101001011010101011110101001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175091; }

 p { color: rgb(23,80,145); }

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

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

 a { background-color: rgb(23,80,145); }

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

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

 span { border-color: rgb(23,80,145); }

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