#1E517C

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

Shades of Bahama Blue #1E517C

Tints of Bahama Blue #1E517C

Color information

#1E517C (or 0x1E517C) is unknown color: approx Bahama Blue. HEX triplet: 1E, 51 and 7C. RGB value is (30,81,124). Sum of RGB (Red+Green+Blue) = 30+81+124=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E517C is #E1AE83. Grayscale: #464646. Windows color (decimal): -14790276 or 8147230. OLE color: 8147230.

HSL color Cylindrical-coordinate representation of color #1E517C: hue angle of 207.45º 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 #1E517C is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3081124-
CMYK0.760.3500.51
HSL207.45º61.04%30.2%-
HSV(B)207.45º75.81%48.63%-
XYZ7.127.6220.16-
YUV70.65158.199-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.77%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=12.77%
G=34.47%
B=52.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal30811240.760.3500.51207.4561.0430.2
Hex1E517C4C23033cf3d1e
Octal36121174114430633177536
Binary1111010100011111100100110010001101100111100111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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