#185459

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

Shades of Blue Stone #185459

Tints of Blue Stone #185459

Color information

#185459 (or 0x185459) is unknown color: approx Blue Stone. HEX triplet: 18, 54 and 59. RGB value is (24,84,89). Sum of RGB (Red+Green+Blue) = 24+84+89=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #185459 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185459 is #E7ABA6. Grayscale: #424242. Windows color (decimal): -15182759 or 5854232. OLE color: 5854232.

HSL color Cylindrical-coordinate representation of color #185459: hue angle of 184.62º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185459 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB248489-
CMYK0.730.0600.65
HSL184.62º57.52%22.16%-
HSV(B)184.62º73.03%34.9%-
XYZ5.357.2610.57-
YUV66.63140.6297.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.18%
GREEN value IS 84 (33.20% from 255) = 42.64%
BLUE value IS 89 (35.16% from 255) = 45.18%
R=12.18%
G=42.64%
B=45.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2484890.730.0600.65184.6257.5222.16
Hex185459496041b93a16
Octal30124131111601012717226
Binary11000101010010110011001001110010000011011100111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185459; }

 p { color: rgb(24,84,89); }

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

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

 a { background-color: rgb(24,84,89); }

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

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

 span { border-color: rgb(24,84,89); }

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