#1E5483

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

Shades of Bahama Blue #1E5483

Tints of Bahama Blue #1E5483

Color information

#1E5483 (or 0x1E5483) is unknown color: approx Bahama Blue. HEX triplet: 1E, 54 and 83. RGB value is (30,84,131). Sum of RGB (Red+Green+Blue) = 30+84+131=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #1E5483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5483 is #E1AB7C. Grayscale: #484848. Windows color (decimal): -14789501 or 8606750. OLE color: 8606750.

HSL color Cylindrical-coordinate representation of color #1E5483: hue angle of 207.92º 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 #1E5483 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3084131-
CMYK0.770.3600.49
HSL207.92º62.73%31.57%-
HSV(B)207.92º77.1%51.37%-
XYZ7.88.2622.65-
YUV73.21160.6197.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.24%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 131 (51.56% from 255) = 53.47%
R=12.24%
G=34.29%
B=53.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30841310.770.3600.49207.9262.7331.57
Hex1E54834D24031d03f20
Octal36124203115440613207740
Binary111101010100100000111001101100100011000111010000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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