#1E477A

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

Shades of Bahama Blue #1E477A

Tints of Bahama Blue #1E477A

Color information

#1E477A (or 0x1E477A) is unknown color: approx Bahama Blue. HEX triplet: 1E, 47 and 7A. RGB value is (30,71,122). Sum of RGB (Red+Green+Blue) = 30+71+122=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E477A is #E1B885. Grayscale: #404040. Windows color (decimal): -14792838 or 8013598. OLE color: 8013598.

HSL color Cylindrical-coordinate representation of color #1E477A: hue angle of 213.26º 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 #1E477A is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3071122-
CMYK0.750.4200.52
HSL213.26º60.53%29.8%-
HSV(B)213.26º75.41%47.84%-
XYZ6.36.1919.27-
YUV64.56160.42103.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.45%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 122 (48.05% from 255) = 54.71%
R=13.45%
G=31.84%
B=54.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30711220.750.4200.52213.2660.5329.8
Hex1E477A4B2A034d53d1e
Octal36107172113520643257536
Binary1111010001111111010100101110101001101001101010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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