#185257

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

Shades of Blue Stone #185257

Tints of Blue Stone #185257

Color information

#185257 (or 0x185257) is unknown color: approx Blue Stone. HEX triplet: 18, 52 and 57. RGB value is (24,82,87). Sum of RGB (Red+Green+Blue) = 24+82+87=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #185257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185257 is #E7ADA8. Grayscale: #414141. Windows color (decimal): -15183273 or 5722648. OLE color: 5722648.

HSL color Cylindrical-coordinate representation of color #185257: hue angle of 184.76º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185257 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB248287-
CMYK0.720.0600.66
HSL184.76º56.76%21.76%-
HSV(B)184.76º72.41%34.12%-
XYZ5.116.9210.08-
YUV65.23140.2898.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.44%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=12.44%
G=42.49%
B=45.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2482870.720.0600.66184.7656.7621.76
Hex185257486042b93916
Octal30122127110601022717126
Binary11000101001010101111001000110010000101011100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185257; }

 p { color: rgb(24,82,87); }

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

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

 a { background-color: rgb(24,82,87); }

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

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

 span { border-color: rgb(24,82,87); }

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