#175096

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

Shades of Endeavour #175096

Tints of Endeavour #175096

Color information

#175096 (or 0x175096) is unknown color: approx Endeavour. HEX triplet: 17, 50 and 96. RGB value is (23,80,150). Sum of RGB (Red+Green+Blue) = 23+80+150=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #175096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175096 is #E8AF69. Grayscale: #464646. Windows color (decimal): -15249258 or 9850903. OLE color: 9850903.

HSL color Cylindrical-coordinate representation of color #175096: hue angle of 213.07º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #175096 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2380150-
CMYK0.850.4700.41
HSL213.07º73.41%33.92%-
HSV(B)213.07º84.67%58.82%-
XYZ8.738.1229.96-
YUV70.94172.6293.81-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.09%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 150 (58.98% from 255) = 59.29%
R=9.09%
G=31.62%
B=59.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal23801500.850.4700.41213.0773.4133.92
Hex175096552F029d54922
Octal271202261255705132511142
Binary1011110100001001011010101011011110101001110101011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175096; }

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

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

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

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

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

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

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

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