#185B80

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

Shades of Bahama Blue #185B80

Tints of Bahama Blue #185B80

Color information

#185B80 (or 0x185B80) is unknown color: approx Bahama Blue. HEX triplet: 18, 5B and 80. RGB value is (24,91,128). Sum of RGB (Red+Green+Blue) = 24+91+128=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #185B80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185B80 is #E7A47F. Grayscale: #4A4A4A. Windows color (decimal): -15180928 or 8411928. OLE color: 8411928.

HSL color Cylindrical-coordinate representation of color #185B80: hue angle of 201.35º 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 #185B80 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2491128-
CMYK0.810.2900.50
HSL201.35º68.42%29.8%-
HSV(B)201.35º81.25%50.2%-
XYZ8.019.2321.78-
YUV75.18157.891.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.88%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 128 (50.39% from 255) = 52.67%
R=9.88%
G=37.45%
B=52.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24911280.810.2900.50201.3568.4229.8
Hex185B80511D032c9441e
Octal301332001213506231110436
Binary11000101101110000000101000111101011001011001001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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