#1e5b87

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

Shades of Bahama Blue #1E5B87

Tints of Bahama Blue #1E5B87

Color information

#1E5B87 (or 0x1E5B87) is unknown color: approx Bahama Blue. HEX triplet: 1E, 5B and 87. RGB value is (30,91,135). Sum of RGB (Red+Green+Blue) = 30+91+135=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #1E5B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5B87 is #E1A478. Grayscale: #4D4D4D. Windows color (decimal): -14787705 or 8870686. OLE color: 8870686.

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

Color convert

RGB3091135-
CMYK0.780.3300.47
HSL205.14º63.64%32.35%-
HSV(B)205.14º77.78%52.94%-
XYZ8.659.5124.3-
YUV77.78160.2993.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.72%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 135 (53.12% from 255) = 52.73%
R=11.72%
G=35.55%
B=52.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30911350.780.3300.47205.1463.6432.35
Hex1E5B874E2102Fcd4020
Octal361332071164105731510040
Binary1111010110111000011110011101000010101111110011011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e5b87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,91,135); }

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

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

 a { background-color: rgb(30,91,135); }

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

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

 span { border-color: rgb(30,91,135); }

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