#1b549b

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

Shades of Endeavour #1B549B

Tints of Endeavour #1B549B

Color information

#1B549B (or 0x1B549B) is unknown color: approx Endeavour. HEX triplet: 1B, 54 and 9B. RGB value is (27,84,155). Sum of RGB (Red+Green+Blue) = 27+84+155=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B549B is #E4AB64. Grayscale: #4A4A4A. Windows color (decimal): -14986085 or 10179611. OLE color: 10179611.

HSL color Cylindrical-coordinate representation of color #1B549B: hue angle of 213.28º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B549B is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2784155-
CMYK0.830.4600.39
HSL213.28º70.33%35.69%-
HSV(B)213.28º82.58%60.78%-
XYZ9.548.9432.23-
YUV75.05173.1293.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.15%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 155 (60.94% from 255) = 58.27%
R=10.15%
G=31.58%
B=58.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal27841550.830.4600.39213.2870.3335.69
Hex1B549B532E027d54624
Octal331242331235604732510644
Binary1101110101001001101110100111011100100111110101011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b549b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,84,155); }

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

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

 a { background-color: rgb(27,84,155); }

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

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

 span { border-color: rgb(27,84,155); }

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