#185A80

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

Shades of Bahama Blue #185A80

Tints of Bahama Blue #185A80

Color information

#185A80 (or 0x185A80) is unknown color: approx Bahama Blue. HEX triplet: 18, 5A and 80. RGB value is (24,90,128). Sum of RGB (Red+Green+Blue) = 24+90+128=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #185A80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185A80 is #E7A57F. Grayscale: #4A4A4A. Windows color (decimal): -15181184 or 8411672. OLE color: 8411672.

HSL color Cylindrical-coordinate representation of color #185A80: hue angle of 201.92º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #185A80 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2490128-
CMYK0.810.3000.50
HSL201.92º68.42%29.8%-
HSV(B)201.92º81.25%50.2%-
XYZ7.939.0721.75-
YUV74.6158.1391.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.92%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 128 (50.39% from 255) = 52.89%
R=9.92%
G=37.19%
B=52.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24901280.810.3000.50201.9268.4229.8
Hex185A80511E032ca441e
Octal301322001213606231210436
Binary11000101101010000000101000111110011001011001010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185A80; }

 p { color: rgb(24,90,128); }

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

<style>
 a { background-color: #185A80; }

 a { background-color: rgb(24,90,128); }

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

<style>
 span { border-color: #185A80; }

 span { border-color: rgb(24,90,128); }

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