#185582

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

Shades of Bahama Blue #185582

Tints of Bahama Blue #185582

Color information

#185582 (or 0x185582) is unknown color: approx Bahama Blue. HEX triplet: 18, 55 and 82. RGB value is (24,85,130). Sum of RGB (Red+Green+Blue) = 24+85+130=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #185582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185582 is #E7AA7D. Grayscale: #474747. Windows color (decimal): -15182462 or 8541464. OLE color: 8541464.

HSL color Cylindrical-coordinate representation of color #185582: hue angle of 205.47º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185582 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2485130-
CMYK0.820.3500.49
HSL205.47º68.83%30.2%-
HSV(B)205.47º81.54%50.98%-
XYZ7.658.322.32-
YUV71.89160.7993.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.04%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 130 (51.17% from 255) = 54.39%
R=10.04%
G=35.56%
B=54.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24851300.820.3500.49205.4768.8330.2
Hex1855825223031cd451e
Octal301252021224306131510536
Binary110001010101100000101010010100011011000111001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185582; }

 p { color: rgb(24,85,130); }

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

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

 a { background-color: rgb(24,85,130); }

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

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

 span { border-color: rgb(24,85,130); }

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