#185359

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

Shades of Blue Stone #185359

Tints of Blue Stone #185359

Color information

#185359 (or 0x185359) is unknown color: approx Blue Stone. HEX triplet: 18, 53 and 59. RGB value is (24,83,89). Sum of RGB (Red+Green+Blue) = 24+83+89=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #185359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185359 is #E7ACA6. Grayscale: #414141. Windows color (decimal): -15183015 or 5853976. OLE color: 5853976.

HSL color Cylindrical-coordinate representation of color #185359: hue angle of 185.54º 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 #185359 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB248389-
CMYK0.730.0700.65
HSL185.54º57.52%22.16%-
HSV(B)185.54º73.03%34.9%-
XYZ5.277.110.54-
YUV66.04140.9598.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.24%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=12.24%
G=42.35%
B=45.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2483890.730.0700.65185.5457.5222.16
Hex185359497041ba3a16
Octal30123131111701012727226
Binary11000101001110110011001001111010000011011101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185359; }

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

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

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

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

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

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

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

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