#1E5177

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

Shades of Bahama Blue #1E5177

Tints of Bahama Blue #1E5177

Color information

#1E5177 (or 0x1E5177) is unknown color: approx Bahama Blue. HEX triplet: 1E, 51 and 77. RGB value is (30,81,119). Sum of RGB (Red+Green+Blue) = 30+81+119=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E5177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5177 is #E1AE88. Grayscale: #454545. Windows color (decimal): -14790281 or 7819550. OLE color: 7819550.

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

Color convert

RGB3081119-
CMYK0.750.3200.53
HSL205.62º59.73%29.22%-
HSV(B)205.62º74.79%46.67%-
XYZ6.817.4918.54-
YUV70.08155.699.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.04%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 119 (46.88% from 255) = 51.74%
R=13.04%
G=35.22%
B=51.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30811190.750.3200.53205.6259.7329.22
Hex1E51774B20035ce3c1d
Octal36121167113400653167435
Binary1111010100011110111100101110000001101011100111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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