#1d629b

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

Shades of Endeavour #1D629B

Tints of Endeavour #1D629B

Color information

#1D629B (or 0x1D629B) is unknown color: approx Endeavour. HEX triplet: 1D, 62 and 9B. RGB value is (29,98,155). Sum of RGB (Red+Green+Blue) = 29+98+155=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D629B is #E29D64. Grayscale: #535353. Windows color (decimal): -14851429 or 10183197. OLE color: 10183197.

HSL color Cylindrical-coordinate representation of color #1D629B: hue angle of 207.14º degrees, saturation: 0.68, 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 #1D629B is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2998155-
CMYK0.810.3700.39
HSL207.14º68.48%36.08%-
HSV(B)207.14º81.29%60.78%-
XYZ10.7911.3632.63-
YUV83.87168.1488.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.28%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 155 (60.94% from 255) = 54.96%
R=10.28%
G=34.75%
B=54.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal29981550.810.3700.39207.1468.4836.08
Hex1D629B5125027cf4424
Octal351422331214504731710444
Binary1110111000101001101110100011001010100111110011111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d629b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,98,155); }

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

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

 a { background-color: rgb(29,98,155); }

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

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

 span { border-color: rgb(29,98,155); }

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