#1759A1

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

Shades of Endeavour #1759A1

Tints of Endeavour #1759A1

Color information

#1759A1 (or 0x1759A1) is unknown color: approx Endeavour. HEX triplet: 17, 59 and A1. RGB value is (23,89,161). Sum of RGB (Red+Green+Blue) = 23+89+161=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 161 (63.28% from 255 or 58.97% from 273); Max value from RGB is 161 - color contains mainly: blue. Hex color #1759A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1759A1 is #E8A65E. Grayscale: #4D4D4D. Windows color (decimal): -15246943 or 10574103. OLE color: 10574103.

HSL color Cylindrical-coordinate representation of color #1759A1: hue angle of 211.3º 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 #1759A1 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2389161-
CMYK0.860.4500.37
HSL211.3º75%36.08%-
HSV(B)211.3º85.71%63.14%-
XYZ10.369.935.08-
YUV77.47175.1389.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.42%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 161 (63.28% from 255) = 58.97%
R=8.42%
G=32.60%
B=58.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal23891610.860.4500.37211.37536.08
Hex1759A1562D025d34b24
Octal271312411265504532311344
Binary1011110110011010000110101101011010100101110100111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1759A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1759A1; }

 p { color: rgb(23,89,161); }

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

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

 a { background-color: rgb(23,89,161); }

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

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

 span { border-color: rgb(23,89,161); }

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