#1E618B

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

Shades of Bahama Blue #1E618B

Tints of Bahama Blue #1E618B

Color information

#1E618B (or 0x1E618B) is unknown color: approx Bahama Blue. HEX triplet: 1E, 61 and 8B. RGB value is (30,97,139). Sum of RGB (Red+Green+Blue) = 30+97+139=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E618B is #E19E74. Grayscale: #515151. Windows color (decimal): -14786165 or 9134366. OLE color: 9134366.

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

Color convert

RGB3097139-
CMYK0.780.3000.45
HSL203.12º64.5%33.14%-
HSV(B)203.12º78.42%54.51%-
XYZ9.4710.6925.99-
YUV81.76160.391.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.28%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 139 (54.69% from 255) = 52.26%
R=11.28%
G=36.47%
B=52.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal30971390.780.3000.45203.1264.533.14
Hex1E618B4E1E02Dcb4021
Octal361412131163605531310041
Binary111101100001100010111001110111100101101110010111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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