#185961

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

Shades of Blue Stone #185961

Tints of Blue Stone #185961

Color information

#185961 (or 0x185961) is unknown color: approx Blue Stone. HEX triplet: 18, 59 and 61. RGB value is (24,89,97). Sum of RGB (Red+Green+Blue) = 24+89+97=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #185961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185961 is #E7A69E. Grayscale: #464646. Windows color (decimal): -15181471 or 6379800. OLE color: 6379800.

HSL color Cylindrical-coordinate representation of color #185961: hue angle of 186.58º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185961 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB248997-
CMYK0.750.0800.62
HSL186.58º60.33%23.73%-
HSV(B)186.58º75.26%38.04%-
XYZ6.118.212.57-
YUV70.48142.9794.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.43%
GREEN value IS 89 (35.16% from 255) = 42.38%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=11.43%
G=42.38%
B=46.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2489970.750.0800.62186.5860.3323.73
Hex1859614B803Ebb3c18
Octal30131141113100762737430
Binary11000101100111000011001011100001111101011101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185961; }

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

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

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

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

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

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

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

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