#1E527A

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

Shades of Bahama Blue #1E527A

Tints of Bahama Blue #1E527A

Color information

#1E527A (or 0x1E527A) is unknown color: approx Bahama Blue. HEX triplet: 1E, 52 and 7A. RGB value is (30,82,122). Sum of RGB (Red+Green+Blue) = 30+82+122=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E527A is #E1AD85. Grayscale: #464646. Windows color (decimal): -14790022 or 8016414. OLE color: 8016414.

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

Color convert

RGB3082122-
CMYK0.750.3300.52
HSL206.09º60.53%29.8%-
HSV(B)206.09º75.41%47.84%-
XYZ7.077.7219.53-
YUV71.01156.7798.75-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.82%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 122 (48.05% from 255) = 52.14%
R=12.82%
G=35.04%
B=52.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30821220.750.3300.52206.0960.5329.8
Hex1E527A4B21034ce3d1e
Octal36122172113410643167536
Binary1111010100101111010100101110000101101001100111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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