#1E507C

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

Shades of Bahama Blue #1E507C

Tints of Bahama Blue #1E507C

Color information

#1E507C (or 0x1E507C) is unknown color: approx Bahama Blue. HEX triplet: 1E, 50 and 7C. RGB value is (30,80,124). Sum of RGB (Red+Green+Blue) = 30+80+124=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E507C is #E1AF83. Grayscale: #454545. Windows color (decimal): -14790532 or 8146974. OLE color: 8146974.

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

Color convert

RGB3080124-
CMYK0.760.3500.51
HSL208.09º61.04%30.2%-
HSV(B)208.09º75.81%48.63%-
XYZ7.047.4720.14-
YUV70.07158.4499.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.82%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 124 (48.83% from 255) = 52.99%
R=12.82%
G=34.19%
B=52.99%

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
Decimal30801240.760.3500.51208.0961.0430.2
Hex1E507C4C23033d03d1e
Octal36120174114430633207536
Binary1111010100001111100100110010001101100111101000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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