#1D5692

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

Shades of Endeavour #1D5692

Tints of Endeavour #1D5692

Color information

#1D5692 (or 0x1D5692) is unknown color: approx Endeavour. HEX triplet: 1D, 56 and 92. RGB value is (29,86,146). Sum of RGB (Red+Green+Blue) = 29+86+146=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #1D5692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5692 is #E2A96D. Grayscale: #4B4B4B. Windows color (decimal): -14854510 or 9590301. OLE color: 9590301.

HSL color Cylindrical-coordinate representation of color #1D5692: hue angle of 210.77º 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 #1D5692 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2986146-
CMYK0.800.4100.43
HSL210.77º66.86%34.31%-
HSV(B)210.77º80.14%57.25%-
XYZ9.028.9928.45-
YUV75.8167.6294.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.11%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 146 (57.42% from 255) = 55.94%
R=11.11%
G=32.95%
B=55.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal29861460.800.4100.43210.7766.8634.31
Hex1D5692502902Bd34322
Octal351262221205105332310342
Binary1110110101101001001010100001010010101011110100111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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