#1D548B

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

Shades of Endeavour #1D548B

Tints of Endeavour #1D548B

Color information

#1D548B (or 0x1D548B) is unknown color: approx Endeavour. HEX triplet: 1D, 54 and 8B. RGB value is (29,84,139). Sum of RGB (Red+Green+Blue) = 29+84+139=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D548B is #E2AB74. Grayscale: #494949. Windows color (decimal): -14855029 or 9131037. OLE color: 9131037.

HSL color Cylindrical-coordinate representation of color #1D548B: hue angle of 210º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D548B is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2984139-
CMYK0.790.4000.45
HSL210º65.48%32.94%-
HSV(B)210º79.14%54.51%-
XYZ8.348.4725.62-
YUV73.82164.7896.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.51%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 55.16%
R=11.51%
G=33.33%
B=55.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29841390.790.4000.4521065.4832.94
Hex1D548B4F2802Dd24121
Octal351242131175005532210141
Binary1110110101001000101110011111010000101101110100101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,84,139); }

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

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

 a { background-color: rgb(29,84,139); }

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

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

 span { border-color: rgb(29,84,139); }

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