#1E4977

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

Shades of Bahama Blue #1E4977

Tints of Bahama Blue #1E4977

Color information

#1E4977 (or 0x1E4977) is unknown color: approx Bahama Blue. HEX triplet: 1E, 49 and 77. RGB value is (30,73,119). Sum of RGB (Red+Green+Blue) = 30+73+119=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E4977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4977 is #E1B688. Grayscale: #414141. Windows color (decimal): -14792329 or 7817502. OLE color: 7817502.

HSL color Cylindrical-coordinate representation of color #1E4977: hue angle of 211.01º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E4977 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3073119-
CMYK0.750.3900.53
HSL211.01º59.73%29.22%-
HSV(B)211.01º74.79%46.67%-
XYZ6.256.3718.35-
YUV65.39158.25102.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.51%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=13.51%
G=32.88%
B=53.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30731190.750.3900.53211.0159.7329.22
Hex1E49774B27035d33c1d
Octal36111167113470653237435
Binary1111010010011110111100101110011101101011101001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,73,119); }

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

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

 a { background-color: rgb(30,73,119); }

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

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

 span { border-color: rgb(30,73,119); }

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