Html Css Color HEX #185857 Blue Stone

📋 copy color: '#185857'

red 24 ◦ green 88 ◦ blue 87

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

Shades of Blue Stone #185857

Tints of Blue Stone #185857

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.22%

 BLUE value IS 87 (34.38% from 255) = 43.72%

R = 12.06%
G = 44.22%
B = 43.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#185857 (or 0x185857) is known color: Blue Stone. HEX triplet: 18, 58 and 57. RGB value is (24,88,87). Sum of RGB (Red+Green+Blue) = 24+88+87=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 88 - color contains mainly: green. Hex color #185857 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185857 is #E7A7A8. Grayscale: #444444. Windows color (decimal): -15181737 or 5724184. OLE color: 5724184.

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

Color convert

RGB 24 88 87 -
CMYK 0.73 0 0.01 0.65
HSL 179.06º 0.57% 0.22% -
HSV(B) 179.06º 0.73% 0.35% -
XYZ 5.59 7.86 10.24 -
YUV 68.75 138.3 96.08 -
System Red Green Blue C M Y K H S L
Decimal 24 88 87 0.73 0 0.01 0.65 179.06 0.57 0.22
Hex 18 58 57 49 0 1 41 B3 39 16
Octal 30 130 127 111 0 1 101 263 71 26
Binary 11000 1011000 1010111 1001001 0 1 1000001 10110011 111001 10110

Color Harmonies of #185857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185857

Black with #185857

Text Example


Text Example

White with #185857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185857; }

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

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

background-color css

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

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

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

border-color css

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

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

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