#1D5499

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

Shades of Endeavour #1D5499

Tints of Endeavour #1D5499

Color information

#1D5499 (or 0x1D5499) is unknown color: approx Endeavour. HEX triplet: 1D, 54 and 99. RGB value is (29,84,153). Sum of RGB (Red+Green+Blue) = 29+84+153=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D5499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5499 is #E2AB66. Grayscale: #4B4B4B. Windows color (decimal): -14855015 or 10048541. OLE color: 10048541.

HSL color Cylindrical-coordinate representation of color #1D5499: hue angle of 213.39º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D5499 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2984153-
CMYK0.810.4500.4
HSL213.39º68.13%35.69%-
HSV(B)213.39º81.05%60%-
XYZ9.438.931.36-
YUV75.42171.7894.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.90%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 153 (60.16% from 255) = 57.52%
R=10.90%
G=31.58%
B=57.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal29841530.810.4500.4213.3968.1335.69
Hex1D5499512D028d54424
Octal351242311215505032510444
Binary1110110101001001100110100011011010101000110101011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,84,153); }

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

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

 a { background-color: rgb(29,84,153); }

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

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

 span { border-color: rgb(29,84,153); }

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