#185B84

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

Shades of Bahama Blue #185B84

Tints of Bahama Blue #185B84

Color information

#185B84 (or 0x185B84) is unknown color: approx Bahama Blue. HEX triplet: 18, 5B and 84. RGB value is (24,91,132). Sum of RGB (Red+Green+Blue) = 24+91+132=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #185B84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185B84 is #E7A47B. Grayscale: #4B4B4B. Windows color (decimal): -15180924 or 8674072. OLE color: 8674072.

HSL color Cylindrical-coordinate representation of color #185B84: hue angle of 202.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185B84 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2491132-
CMYK0.820.3100.48
HSL202.78º69.23%30.59%-
HSV(B)202.78º81.82%51.76%-
XYZ8.289.3423.2-
YUV75.64159.891.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.72%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 132 (51.95% from 255) = 53.44%
R=9.72%
G=36.84%
B=53.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24911320.820.3100.48202.7869.2330.59
Hex185B84521F030cb451f
Octal301332041223706031310537
Binary11000101101110000100101001011111011000011001011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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