#1D589C

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

Shades of Endeavour #1D589C

Tints of Endeavour #1D589C

Color information

#1D589C (or 0x1D589C) is unknown color: approx Endeavour. HEX triplet: 1D, 58 and 9C. RGB value is (29,88,156). Sum of RGB (Red+Green+Blue) = 29+88+156=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D589C is #E2A763. Grayscale: #4D4D4D. Windows color (decimal): -14853988 or 10246173. OLE color: 10246173.

HSL color Cylindrical-coordinate representation of color #1D589C: hue angle of 212.13º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D589C is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2988156-
CMYK0.810.4400.39
HSL212.13º68.65%36.27%-
HSV(B)212.13º81.41%61.18%-
XYZ109.6432.79-
YUV78.11171.9592.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.62%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 156 (61.33% from 255) = 57.14%
R=10.62%
G=32.23%
B=57.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal29881560.810.4400.39212.1368.6536.27
Hex1D589C512C027d44524
Octal351302341215404732410544
Binary1110110110001001110010100011011000100111110101001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D589C; }

 p { color: rgb(29,88,156); }

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

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

 a { background-color: rgb(29,88,156); }

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

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

 span { border-color: rgb(29,88,156); }

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