#1B5891

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

Shades of Endeavour #1B5891

Tints of Endeavour #1B5891

Color information

#1B5891 (or 0x1B5891) is unknown color: approx Endeavour. HEX triplet: 1B, 58 and 91. RGB value is (27,88,145). Sum of RGB (Red+Green+Blue) = 27+88+145=260 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.38% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #1B5891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5891 is #E4A76E. Grayscale: #4B4B4B. Windows color (decimal): -14985071 or 9525275. OLE color: 9525275.

HSL color Cylindrical-coordinate representation of color #1B5891: hue angle of 208.98º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B5891 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2788145-
CMYK0.810.3900.43
HSL208.98º68.6%33.73%-
HSV(B)208.98º81.38%56.86%-
XYZ9.059.2628.1-
YUV76.26166.7992.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.38%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 145 (57.03% from 255) = 55.77%
R=10.38%
G=33.85%
B=55.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal27881450.810.3900.43208.9868.633.73
Hex1B5891512702Bd14522
Octal331302211214705332110542
Binary1101110110001001000110100011001110101011110100011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,88,145); }

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

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

 a { background-color: rgb(27,88,145); }

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

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

 span { border-color: rgb(27,88,145); }

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