#1E4D82

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

Shades of Bahama Blue #1E4D82

Tints of Bahama Blue #1E4D82

Color information

#1E4D82 (or 0x1E4D82) is unknown color: approx Bahama Blue. HEX triplet: 1E, 4D and 82. RGB value is (30,77,130). Sum of RGB (Red+Green+Blue) = 30+77+130=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E4D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E4D82 is #E1B27D. Grayscale: #444444. Windows color (decimal): -14791294 or 8539422. OLE color: 8539422.

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

Color convert

RGB3077130-
CMYK0.770.4100.49
HSL211.8º62.5%31.37%-
HSV(B)211.8º76.92%50.98%-
XYZ7.227.222.13-
YUV68.99162.43100.19-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.66%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 130 (51.17% from 255) = 54.85%
R=12.66%
G=32.49%
B=54.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30771300.770.4100.49211.862.531.37
Hex1E4D824D29031d43e1f
Octal36115202115510613247637
Binary11110100110110000010100110110100101100011101010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,77,130); }

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

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

 a { background-color: rgb(30,77,130); }

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

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

 span { border-color: rgb(30,77,130); }

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