#1D4985

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

Shades of Endeavour #1D4985

Tints of Endeavour #1D4985

Color information

#1D4985 (or 0x1D4985) is unknown color: approx Endeavour. HEX triplet: 1D, 49 and 85. RGB value is (29,73,133). Sum of RGB (Red+Green+Blue) = 29+73+133=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #1D4985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4985 is #E2B67A. Grayscale: #424242. Windows color (decimal): -14857851 or 8735005. OLE color: 8735005.

HSL color Cylindrical-coordinate representation of color #1D4985: hue angle of 214.62º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D4985 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2973133-
CMYK0.780.4500.48
HSL214.62º64.2%31.76%-
HSV(B)214.62º78.2%52.16%-
XYZ7.126.7223.11-
YUV66.68165.42101.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.34%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 133 (52.34% from 255) = 56.60%
R=12.34%
G=31.06%
B=56.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal29731330.780.4500.48214.6264.231.76
Hex1D49854E2D030d74020
Octal351112051165506032710040
Binary1110110010011000010110011101011010110000110101111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,73,133); }

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

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

 a { background-color: rgb(29,73,133); }

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

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

 span { border-color: rgb(29,73,133); }

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