#1E4D83

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

Shades of Bahama Blue #1E4D83

Tints of Bahama Blue #1E4D83

Color information

#1E4D83 (or 0x1E4D83) is unknown color: approx Bahama Blue. HEX triplet: 1E, 4D and 83. RGB value is (30,77,131). Sum of RGB (Red+Green+Blue) = 30+77+131=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #1E4D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E4D83 is #E1B27C. Grayscale: #444444. Windows color (decimal): -14791293 or 8604958. OLE color: 8604958.

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

Color convert

RGB3077131-
CMYK0.770.4100.49
HSL212.08º62.73%31.57%-
HSV(B)212.08º77.1%51.37%-
XYZ7.297.2222.48-
YUV69.1162.93100.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.61%
GREEN value IS 77 (30.47% from 255) = 32.35%
BLUE value IS 131 (51.56% from 255) = 55.04%
R=12.61%
G=32.35%
B=55.04%

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
Decimal30771310.770.4100.49212.0862.7331.57
Hex1E4D834D29031d43f20
Octal36115203115510613247740
Binary111101001101100000111001101101001011000111010100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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