#1D629C

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

Shades of Endeavour #1D629C

Tints of Endeavour #1D629C

Color information

#1D629C (or 0x1D629C) is unknown color: approx Endeavour. HEX triplet: 1D, 62 and 9C. RGB value is (29,98,156). Sum of RGB (Red+Green+Blue) = 29+98+156=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D629C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D629C is #E29D63. Grayscale: #535353. Windows color (decimal): -14851428 or 10248733. OLE color: 10248733.

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

Color convert

RGB2998156-
CMYK0.810.3700.39
HSL207.4º68.65%36.27%-
HSV(B)207.4º81.41%61.18%-
XYZ10.8811.433.08-
YUV83.98168.6488.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.25%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 156 (61.33% from 255) = 55.12%
R=10.25%
G=34.63%
B=55.12%

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
Decimal29981560.810.3700.39207.468.6536.27
Hex1D629C5125027cf4524
Octal351422341214504731710544
Binary1110111000101001110010100011001010100111110011111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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