#1E5583

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

Shades of Bahama Blue #1E5583

Tints of Bahama Blue #1E5583

Color information

#1E5583 (or 0x1E5583) is unknown color: approx Bahama Blue. HEX triplet: 1E, 55 and 83. RGB value is (30,85,131). Sum of RGB (Red+Green+Blue) = 30+85+131=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #1E5583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5583 is #E1AA7C. Grayscale: #494949. Windows color (decimal): -14789245 or 8607006. OLE color: 8607006.

HSL color Cylindrical-coordinate representation of color #1E5583: hue angle of 207.33º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E5583 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3085131-
CMYK0.770.3500.49
HSL207.33º62.73%31.57%-
HSV(B)207.33º77.1%51.37%-
XYZ7.888.4122.68-
YUV73.8160.2896.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.20%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 131 (51.56% from 255) = 53.25%
R=12.20%
G=34.55%
B=53.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30851310.770.3500.49207.3362.7331.57
Hex1E55834D23031cf3f20
Octal36125203115430613177740
Binary111101010101100000111001101100011011000111001111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,85,131); }

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

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

 a { background-color: rgb(30,85,131); }

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

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

 span { border-color: rgb(30,85,131); }

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