#1D4D90

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

Shades of Endeavour #1D4D90

Tints of Endeavour #1D4D90

Color information

#1D4D90 (or 0x1D4D90) is unknown color: approx Endeavour. HEX triplet: 1D, 4D and 90. RGB value is (29,77,144). Sum of RGB (Red+Green+Blue) = 29+77+144=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D4D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D4D90 is #E2B26F. Grayscale: #454545. Windows color (decimal): -14856816 or 9456925. OLE color: 9456925.

HSL color Cylindrical-coordinate representation of color #1D4D90: hue angle of 214.96º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D4D90 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2977144-
CMYK0.800.4700.44
HSL214.96º66.47%33.92%-
HSV(B)214.96º79.86%56.47%-
XYZ8.197.5827.42-
YUV70.29169.698.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.6%
GREEN value IS 77 (30.47% from 255) = 30.8%
BLUE value IS 144 (56.64% from 255) = 57.6%
R=11.6%
G=30.8%
B=57.6%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal29771440.800.4700.44214.9666.4733.92
Hex1D4D90502F02Cd74222
Octal351152201205705432710242
Binary1110110011011001000010100001011110101100110101111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,77,144); }

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

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

 a { background-color: rgb(29,77,144); }

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

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

 span { border-color: rgb(29,77,144); }

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