#1D4F87

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

Shades of Endeavour #1D4F87

Tints of Endeavour #1D4F87

Color information

#1D4F87 (or 0x1D4F87) is unknown color: approx Endeavour. HEX triplet: 1D, 4F and 87. RGB value is (29,79,135). Sum of RGB (Red+Green+Blue) = 29+79+135=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D4F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D4F87 is #E2B078. Grayscale: #464646. Windows color (decimal): -14856313 or 8867613. OLE color: 8867613.

HSL color Cylindrical-coordinate representation of color #1D4F87: hue angle of 211.7º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D4F87 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2979135-
CMYK0.790.4100.47
HSL211.7º64.63%32.16%-
HSV(B)211.7º78.52%52.94%-
XYZ7.687.623.98-
YUV70.43164.4498.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.93%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 135 (53.12% from 255) = 55.56%
R=11.93%
G=32.51%
B=55.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29791350.790.4100.47211.764.6332.16
Hex1D4F874F2902Fd44120
Octal351172071175105732410140
Binary1110110011111000011110011111010010101111110101001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,79,135); }

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

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

 a { background-color: rgb(29,79,135); }

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

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

 span { border-color: rgb(29,79,135); }

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