#1B5899

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

Shades of Endeavour #1B5899

Tints of Endeavour #1B5899

Color information

#1B5899 (or 0x1B5899) is unknown color: approx Endeavour. HEX triplet: 1B, 58 and 99. RGB value is (27,88,153). Sum of RGB (Red+Green+Blue) = 27+88+153=268 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.07% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B5899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5899 is #E4A766. Grayscale: #4C4C4C. Windows color (decimal): -14985063 or 10049563. OLE color: 10049563.

HSL color Cylindrical-coordinate representation of color #1B5899: hue angle of 210.95º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B5899 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2788153-
CMYK0.820.4200.4
HSL210.95º70%35.29%-
HSV(B)210.95º82.35%60%-
XYZ9.699.5131.46-
YUV77.17170.7992.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.07%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 153 (60.16% from 255) = 57.09%
R=10.07%
G=32.84%
B=57.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal27881530.820.4200.4210.957035.29
Hex1B5899522A028d34623
Octal331302311225205032310643
Binary1101110110001001100110100101010100101000110100111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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