#1E6388

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

Shades of Bahama Blue #1E6388

Tints of Bahama Blue #1E6388

Color information

#1E6388 (or 0x1E6388) is unknown color: approx Bahama Blue. HEX triplet: 1E, 63 and 88. RGB value is (30,99,136). Sum of RGB (Red+Green+Blue) = 30+99+136=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E6388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6388 is #E19C77. Grayscale: #525252. Windows color (decimal): -14785656 or 8938270. OLE color: 8938270.

HSL color Cylindrical-coordinate representation of color #1E6388: hue angle of 200.94º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E6388 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3099136-
CMYK0.780.2700.47
HSL200.94º63.86%32.55%-
HSV(B)200.94º77.94%53.33%-
XYZ9.4410.9824.91-
YUV82.59158.1490.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.32%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 136 (53.52% from 255) = 51.32%
R=11.32%
G=37.36%
B=51.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30991360.780.2700.47200.9463.8632.55
Hex1E63884E1B02Fc94021
Octal361432101163305731110041
Binary111101100011100010001001110110110101111110010011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,99,136); }

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

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

 a { background-color: rgb(30,99,136); }

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

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

 span { border-color: rgb(30,99,136); }

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