#1E4C75

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

Shades of Bahama Blue #1E4C75

Tints of Bahama Blue #1E4C75

Color information

#1E4C75 (or 0x1E4C75) is unknown color: approx Bahama Blue. HEX triplet: 1E, 4C and 75. RGB value is (30,76,117). Sum of RGB (Red+Green+Blue) = 30+76+117=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E4C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4C75 is #E1B38A. Grayscale: #424242. Windows color (decimal): -14791563 or 7687198. OLE color: 7687198.

HSL color Cylindrical-coordinate representation of color #1E4C75: hue angle of 208.28º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E4C75 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3076117-
CMYK0.740.3500.54
HSL208.28º59.18%28.82%-
HSV(B)208.28º74.36%45.88%-
XYZ6.336.7317.79-
YUV66.92156.26101.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.45%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=13.45%
G=34.08%
B=52.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30761170.740.3500.54208.2859.1828.82
Hex1E4C754A23036d03b1d
Octal36114165112430663207335
Binary1111010011001110101100101010001101101101101000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,76,117); }

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

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

 a { background-color: rgb(30,76,117); }

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

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

 span { border-color: rgb(30,76,117); }

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