#1E6087

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

Shades of Bahama Blue #1E6087

Tints of Bahama Blue #1E6087

Color information

#1E6087 (or 0x1E6087) is unknown color: approx Bahama Blue. HEX triplet: 1E, 60 and 87. RGB value is (30,96,135). Sum of RGB (Red+Green+Blue) = 30+96+135=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #1E6087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6087 is #E19F78. Grayscale: #505050. Windows color (decimal): -14786425 or 8871966. OLE color: 8871966.

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

Color convert

RGB3096135-
CMYK0.780.2900.47
HSL202.29º63.64%32.35%-
HSV(B)202.29º77.78%52.94%-
XYZ9.0910.3924.45-
YUV80.71158.6391.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.49%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 135 (53.12% from 255) = 51.72%
R=11.49%
G=36.78%
B=51.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30961350.780.2900.47202.2963.6432.35
Hex1E60874E1D02Fca4020
Octal361402071163505731210040
Binary111101100000100001111001110111010101111110010101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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