#1D639A

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

Shades of Endeavour #1D639A

Tints of Endeavour #1D639A

Color information

#1D639A (or 0x1D639A) is unknown color: approx Endeavour. HEX triplet: 1D, 63 and 9A. RGB value is (29,99,154). Sum of RGB (Red+Green+Blue) = 29+99+154=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D639A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D639A is #E29C65. Grayscale: #545454. Windows color (decimal): -14851174 or 10117917. OLE color: 10117917.

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

Color convert

RGB2999154-
CMYK0.810.3600.40
HSL206.4º68.31%35.88%-
HSV(B)206.4º81.17%60.39%-
XYZ10.811.5232.23-
YUV84.34167.3188.53-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.28%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 154 (60.55% from 255) = 54.61%
R=10.28%
G=35.11%
B=54.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal29991540.810.3600.40206.468.3135.88
Hex1D639A5124028ce4424
Octal351432321214405031610444
Binary1110111000111001101010100011001000101000110011101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D639A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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