#1E4C7A

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

Shades of Bahama Blue #1E4C7A

Tints of Bahama Blue #1E4C7A

Color information

#1E4C7A (or 0x1E4C7A) is unknown color: approx Bahama Blue. HEX triplet: 1E, 4C and 7A. RGB value is (30,76,122). Sum of RGB (Red+Green+Blue) = 30+76+122=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E4C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4C7A is #E1B385. Grayscale: #434343. Windows color (decimal): -14791558 or 8014878. OLE color: 8014878.

HSL color Cylindrical-coordinate representation of color #1E4C7A: hue angle of 210º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E4C7A is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3076122-
CMYK0.750.3800.52
HSL210º60.53%29.8%-
HSV(B)210º75.41%47.84%-
XYZ6.636.8519.38-
YUV67.49158.76101.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.16%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 53.51%
R=13.16%
G=33.33%
B=53.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30761220.750.3800.5221060.5329.8
Hex1E4C7A4B26034d23d1e
Octal36114172113460643227536
Binary1111010011001111010100101110011001101001101001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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