#1E6185

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

Shades of Bahama Blue #1E6185

Tints of Bahama Blue #1E6185

Color information

#1E6185 (or 0x1E6185) is unknown color: approx Bahama Blue. HEX triplet: 1E, 61 and 85. RGB value is (30,97,133). Sum of RGB (Red+Green+Blue) = 30+97+133=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E6185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6185 is #E19E7A. Grayscale: #505050. Windows color (decimal): -14786171 or 8741150. OLE color: 8741150.

HSL color Cylindrical-coordinate representation of color #1E6185: hue angle of 200.97º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E6185 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3097133-
CMYK0.770.2700.48
HSL200.97º63.19%31.96%-
HSV(B)200.97º77.44%52.16%-
XYZ9.0410.5223.74-
YUV81.07157.391.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.54%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 133 (52.34% from 255) = 51.15%
R=11.54%
G=37.31%
B=51.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30971330.770.2700.48200.9763.1931.96
Hex1E61854D1B030c93f20
Octal36141205115330603117740
Binary11110110000110000101100110111011011000011001001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,97,133); }

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

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

 a { background-color: rgb(30,97,133); }

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

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

 span { border-color: rgb(30,97,133); }

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