#1d4f86

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

Shades of Endeavour #1D4F86

Tints of Endeavour #1D4F86

Color information

#1D4F86 (or 0x1D4F86) is unknown color: approx Endeavour. HEX triplet: 1D, 4F and 86. RGB value is (29,79,134). Sum of RGB (Red+Green+Blue) = 29+79+134=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #1D4F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D4F86 is #E2B079. Grayscale: #464646. Windows color (decimal): -14856314 or 8802077. OLE color: 8802077.

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

Color convert

RGB2979134-
CMYK0.780.4100.47
HSL211.43º64.42%31.96%-
HSV(B)211.43º78.36%52.55%-
XYZ7.617.5723.62-
YUV70.32163.9498.53-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.98%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 134 (52.73% from 255) = 55.37%
R=11.98%
G=32.64%
B=55.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29791340.780.4100.47211.4364.4231.96
Hex1D4F864E2902Fd34020
Octal351172061165105732310040
Binary1110110011111000011010011101010010101111110100111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d4f86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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