Html Css Color HEX #185F59 Blue Stone

📋 copy color: '#185F59'

red 24 ◦ green 95 ◦ blue 89

#185F59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #185F59

Tints of Blue Stone #185F59

RGB

 RED value IS 24 (9.77% from 255) = 11.54%

 GREEN value IS 95 (37.5% from 255) = 45.67%

 BLUE value IS 89 (35.16% from 255) = 42.79%

R = 11.54%
G = 45.67%
B = 42.79%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.63

RGB Variations

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

Color information

#185F59 (or 0x185F59) is known color: Blue Stone. HEX triplet: 18, 5F and 59. RGB value is (24,95,89). Sum of RGB (Red+Green+Blue) = 24+95+89=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 95 - color contains mainly: green. Hex color #185F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185F59 is #E7A0A6. Grayscale: #494949. Windows color (decimal): -15179943 or 5857048. OLE color: 5857048.

HSL color Cylindrical-coordinate representation of color #185F59: hue angle of 174.93º 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 #185F59 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 95 89 -
CMYK 0.75 0 0.06 0.63
HSL 174.93º 0.6% 0.23% -
HSV(B) 174.93º 0.75% 0.37% -
XYZ 6.27 9.1 10.88 -
YUV 73.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 24 95 89 0.75 0 0.06 0.63 174.93 0.6 0.23
Hex 18 5F 59 4B 0 6 3F AF 3C 17
Octal 30 137 131 113 0 6 77 257 74 27
Binary 11000 1011111 1011001 1001011 0 110 111111 10101111 111100 10111

Color Harmonies of #185F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185F59

Black with #185F59

Text Example


Text Example

White with #185F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #185F59;
 }
 .AnyTagClassName
 {
   color: #185F59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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