#185B87

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

Shades of Bahama Blue #185B87

Tints of Bahama Blue #185B87

Color information

#185B87 (or 0x185B87) is unknown color: approx Bahama Blue. HEX triplet: 18, 5B and 87. RGB value is (24,91,135). Sum of RGB (Red+Green+Blue) = 24+91+135=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #185B87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185B87 is #E7A478. Grayscale: #4B4B4B. Windows color (decimal): -15180921 or 8870680. OLE color: 8870680.

HSL color Cylindrical-coordinate representation of color #185B87: hue angle of 203.78º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185B87 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2491135-
CMYK0.820.3300.47
HSL203.78º69.81%31.18%-
HSV(B)203.78º82.22%52.94%-
XYZ8.499.4324.29-
YUV75.98161.390.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.6%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 135 (53.12% from 255) = 54%
R=9.6%
G=36.4%
B=54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24911350.820.3300.47203.7869.8131.18
Hex185B87522102Fcc461f
Octal301332071224105731410637
Binary110001011011100001111010010100001010111111001100100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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