#1D6591

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

Shades of Endeavour #1D6591

Tints of Endeavour #1D6591

Color information

#1D6591 (or 0x1D6591) is unknown color: approx Endeavour. HEX triplet: 1D, 65 and 91. RGB value is (29,101,145). Sum of RGB (Red+Green+Blue) = 29+101+145=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D6591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6591 is #E29A6E. Grayscale: #545454. Windows color (decimal): -14850671 or 9528605. OLE color: 9528605.

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

Color convert

RGB29101145-
CMYK0.80.3000.43
HSL202.76º66.67%34.12%-
HSV(B)202.76º80%56.86%-
XYZ10.2711.6128.49-
YUV84.49162.1588.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.55%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 145 (57.03% from 255) = 52.73%
R=10.55%
G=36.73%
B=52.73%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal291011450.80.3000.43202.7666.6734.12
Hex1D6591501E02Bcb4322
Octal351452211203605331310342
Binary111011100101100100011010000111100101011110010111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,101,145); }

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

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

 a { background-color: rgb(29,101,145); }

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

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

 span { border-color: rgb(29,101,145); }

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