#1E608B

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

Shades of Bahama Blue #1E608B

Tints of Bahama Blue #1E608B

Color information

#1E608B (or 0x1E608B) is unknown color: approx Bahama Blue. HEX triplet: 1E, 60 and 8B. RGB value is (30,96,139). Sum of RGB (Red+Green+Blue) = 30+96+139=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E608B is #E19F74. Grayscale: #505050. Windows color (decimal): -14786421 or 9134110. OLE color: 9134110.

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

Color convert

RGB3096139-
CMYK0.780.3100.45
HSL203.67º64.5%33.14%-
HSV(B)203.67º78.42%54.51%-
XYZ9.3810.5125.96-
YUV81.17160.6391.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.32%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=11.32%
G=36.23%
B=52.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal30961390.780.3100.45203.6764.533.14
Hex1E608B4E1F02Dcc4021
Octal361402131163705531410041
Binary111101100000100010111001110111110101101110011001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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