#1B4B87

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

Shades of Endeavour #1B4B87

Tints of Endeavour #1B4B87

Color information

#1B4B87 (or 0x1B4B87) is unknown color: approx Endeavour. HEX triplet: 1B, 4B and 87. RGB value is (27,75,135). Sum of RGB (Red+Green+Blue) = 27+75+135=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #1B4B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4B87 is #E4B478. Grayscale: #434343. Windows color (decimal): -14988409 or 8866587. OLE color: 8866587.

HSL color Cylindrical-coordinate representation of color #1B4B87: hue angle of 213.33º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B4B87 is Cyan = 0.8, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2775135-
CMYK0.80.4400.47
HSL213.33º66.67%31.76%-
HSV(B)213.33º80%52.94%-
XYZ7.347.0123.89-
YUV67.49166.199.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.39%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 135 (53.12% from 255) = 56.96%
R=11.39%
G=31.65%
B=56.96%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal27751350.80.4400.47213.3366.6731.76
Hex1B4B87502C02Fd54320
Octal331132071205405732510340
Binary1101110010111000011110100001011000101111110101011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,75,135); }

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

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

 a { background-color: rgb(27,75,135); }

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

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

 span { border-color: rgb(27,75,135); }

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