#1E527C

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

Shades of Bahama Blue #1E527C

Tints of Bahama Blue #1E527C

Color information

#1E527C (or 0x1E527C) is unknown color: approx Bahama Blue. HEX triplet: 1E, 52 and 7C. RGB value is (30,82,124). Sum of RGB (Red+Green+Blue) = 30+82+124=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E527C is #E1AD83. Grayscale: #474747. Windows color (decimal): -14790020 or 8147486. OLE color: 8147486.

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

Color convert

RGB3082124-
CMYK0.760.3400.51
HSL206.81º61.04%30.2%-
HSV(B)206.81º75.81%48.63%-
XYZ7.197.7720.19-
YUV71.24157.7798.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.71%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 124 (48.83% from 255) = 52.54%
R=12.71%
G=34.75%
B=52.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal30821240.760.3400.51206.8161.0430.2
Hex1E527C4C22033cf3d1e
Octal36122174114420633177536
Binary1111010100101111100100110010001001100111100111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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