#1D5087

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

Shades of Endeavour #1D5087

Tints of Endeavour #1D5087

Color information

#1D5087 (or 0x1D5087) is unknown color: approx Endeavour. HEX triplet: 1D, 50 and 87. RGB value is (29,80,135). Sum of RGB (Red+Green+Blue) = 29+80+135=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D5087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5087 is #E2AF78. Grayscale: #464646. Windows color (decimal): -14856057 or 8867869. OLE color: 8867869.

HSL color Cylindrical-coordinate representation of color #1D5087: hue angle of 211.13º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D5087 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2980135-
CMYK0.790.4100.47
HSL211.13º64.63%32.16%-
HSV(B)211.13º78.52%52.94%-
XYZ7.757.7524.01-
YUV71.02164.198.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.89%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 135 (53.12% from 255) = 55.33%
R=11.89%
G=32.79%
B=55.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29801350.790.4100.47211.1364.6332.16
Hex1D50874F2902Fd34120
Octal351202071175105732310140
Binary1110110100001000011110011111010010101111110100111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,80,135); }

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

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

 a { background-color: rgb(29,80,135); }

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

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

 span { border-color: rgb(29,80,135); }

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