#1E6387

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

Shades of Bahama Blue #1E6387

Tints of Bahama Blue #1E6387

Color information

#1E6387 (or 0x1E6387) is unknown color: approx Bahama Blue. HEX triplet: 1E, 63 and 87. RGB value is (30,99,135). Sum of RGB (Red+Green+Blue) = 30+99+135=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #1E6387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6387 is #E19C78. Grayscale: #525252. Windows color (decimal): -14785657 or 8872734. OLE color: 8872734.

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

Color convert

RGB3099135-
CMYK0.780.2700.47
HSL200.57º63.64%32.35%-
HSV(B)200.57º77.78%52.94%-
XYZ9.3710.9524.54-
YUV82.47157.6490.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.36%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 135 (53.12% from 255) = 51.14%
R=11.36%
G=37.5%
B=51.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30991350.780.2700.47200.5763.6432.35
Hex1E63874E1B02Fc94020
Octal361432071163305731110040
Binary111101100011100001111001110110110101111110010011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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