#1e6088

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

Shades of Bahama Blue #1E6088

Tints of Bahama Blue #1E6088

Color information

#1E6088 (or 0x1E6088) is unknown color: approx Bahama Blue. HEX triplet: 1E, 60 and 88. RGB value is (30,96,136). Sum of RGB (Red+Green+Blue) = 30+96+136=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E6088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6088 is #E19F77. Grayscale: #505050. Windows color (decimal): -14786424 or 8937502. OLE color: 8937502.

HSL color Cylindrical-coordinate representation of color #1E6088: hue angle of 202.64º 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 #1E6088 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3096136-
CMYK0.780.2900.47
HSL202.64º63.86%32.55%-
HSV(B)202.64º77.94%53.33%-
XYZ9.1610.4224.82-
YUV80.83159.1391.75-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.45%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 136 (53.52% from 255) = 51.91%
R=11.45%
G=36.64%
B=51.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30961360.780.2900.47202.6463.8632.55
Hex1E60884E1D02Fcb4021
Octal361402101163505731310041
Binary111101100000100010001001110111010101111110010111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e6088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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