#1E4A7D

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

Shades of Bahama Blue #1E4A7D

Tints of Bahama Blue #1E4A7D

Color information

#1E4A7D (or 0x1E4A7D) is unknown color: approx Bahama Blue. HEX triplet: 1E, 4A and 7D. RGB value is (30,74,125). Sum of RGB (Red+Green+Blue) = 30+74+125=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E4A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4A7D is #E1B582. Grayscale: #424242. Windows color (decimal): -14792067 or 8210974. OLE color: 8210974.

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

Color convert

RGB3074125-
CMYK0.760.4100.51
HSL212.21º61.29%30.39%-
HSV(B)212.21º76%49.02%-
XYZ6.696.6520.33-
YUV66.66160.92101.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.10%
GREEN value IS 74 (29.30% from 255) = 32.31%
BLUE value IS 125 (49.22% from 255) = 54.59%
R=13.10%
G=32.31%
B=54.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal30741250.760.4100.51212.2161.2930.39
Hex1E4A7D4C29033d43d1e
Octal36112175114510633247536
Binary1111010010101111101100110010100101100111101010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,74,125); }

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

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

 a { background-color: rgb(30,74,125); }

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

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

 span { border-color: rgb(30,74,125); }

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