#1B4C87

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

Shades of Endeavour #1B4C87

Tints of Endeavour #1B4C87

Color information

#1B4C87 (or 0x1B4C87) is unknown color: approx Endeavour. HEX triplet: 1B, 4C and 87. RGB value is (27,76,135). Sum of RGB (Red+Green+Blue) = 27+76+135=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #1B4C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4C87 is #E4B378. Grayscale: #434343. Windows color (decimal): -14988153 or 8866843. OLE color: 8866843.

HSL color Cylindrical-coordinate representation of color #1B4C87: hue angle of 212.78º 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 #1B4C87 is Cyan = 0.8, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2776135-
CMYK0.80.4400.47
HSL212.78º66.67%31.76%-
HSV(B)212.78º80%52.94%-
XYZ7.417.1523.91-
YUV68.07165.7798.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.34%
GREEN value IS 76 (30.08% from 255) = 31.93%
BLUE value IS 135 (53.12% from 255) = 56.72%
R=11.34%
G=31.93%
B=56.72%

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
Decimal27761350.80.4400.47212.7866.6731.76
Hex1B4C87502C02Fd54320
Octal331142071205405732510340
Binary1101110011001000011110100001011000101111110101011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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