#185B5F

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

Shades of Blue Stone #185B5F

Tints of Blue Stone #185B5F

Color information

#185B5F (or 0x185B5F) is unknown color: approx Blue Stone. HEX triplet: 18, 5B and 5F. RGB value is (24,91,95). Sum of RGB (Red+Green+Blue) = 24+91+95=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #185B5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B5F is #E7A4A0. Grayscale: #474747. Windows color (decimal): -15180961 or 6249240. OLE color: 6249240.

HSL color Cylindrical-coordinate representation of color #185B5F: hue angle of 183.38º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185B5F is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB249195-
CMYK0.750.0400.63
HSL183.38º59.66%23.33%-
HSV(B)183.38º74.74%37.25%-
XYZ6.188.512.14-
YUV71.42141.394.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.43%
GREEN value IS 91 (35.94% from 255) = 43.33%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=11.43%
G=43.33%
B=45.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2491950.750.0400.63183.3859.6623.33
Hex185B5F4B403Fb73c17
Octal3013313711340772677427
Binary1100010110111011111100101110001111111011011111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185B5F; }

 p { color: rgb(24,91,95); }

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

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

 a { background-color: rgb(24,91,95); }

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

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

 span { border-color: rgb(24,91,95); }

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