#1D649A

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

Shades of Endeavour #1D649A

Tints of Endeavour #1D649A

Color information

#1D649A (or 0x1D649A) is unknown color: approx Endeavour. HEX triplet: 1D, 64 and 9A. RGB value is (29,100,154). Sum of RGB (Red+Green+Blue) = 29+100+154=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D649A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D649A is #E29B65. Grayscale: #545454. Windows color (decimal): -14850918 or 10118173. OLE color: 10118173.

HSL color Cylindrical-coordinate representation of color #1D649A: hue angle of 205.92º 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 #1D649A is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB29100154-
CMYK0.810.3500.40
HSL205.92º68.31%35.88%-
HSV(B)205.92º81.17%60.39%-
XYZ10.911.7132.26-
YUV84.93166.9888.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.25%
GREEN value IS 100 (39.45% from 255) = 35.34%
BLUE value IS 154 (60.55% from 255) = 54.42%
R=10.25%
G=35.34%
B=54.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal291001540.810.3500.40205.9268.3135.88
Hex1D649A5123028ce4424
Octal351442321214305031610444
Binary1110111001001001101010100011000110101000110011101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,100,154); }

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

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

 a { background-color: rgb(29,100,154); }

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

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

 span { border-color: rgb(29,100,154); }

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