#1D5592

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

Shades of Endeavour #1D5592

Tints of Endeavour #1D5592

Color information

#1D5592 (or 0x1D5592) is unknown color: approx Endeavour. HEX triplet: 1D, 55 and 92. RGB value is (29,85,146). Sum of RGB (Red+Green+Blue) = 29+85+146=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #1D5592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5592 is #E2AA6D. Grayscale: #4A4A4A. Windows color (decimal): -14854766 or 9590045. OLE color: 9590045.

HSL color Cylindrical-coordinate representation of color #1D5592: hue angle of 211.28º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D5592 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2985146-
CMYK0.800.4200.43
HSL211.28º66.86%34.31%-
HSV(B)211.28º80.14%57.25%-
XYZ8.948.8328.43-
YUV75.21167.9595.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.15%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 146 (57.42% from 255) = 56.15%
R=11.15%
G=32.69%
B=56.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal29851460.800.4200.43211.2866.8634.31
Hex1D5592502A02Bd34322
Octal351252221205205332310342
Binary1110110101011001001010100001010100101011110100111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,85,146); }

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

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

 a { background-color: rgb(29,85,146); }

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

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

 span { border-color: rgb(29,85,146); }

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