Html Css Color HEX #185855 Blue Stone

📋 copy color: '#185855'

red 24 ◦ green 88 ◦ blue 85

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

Shades of Blue Stone #185855

Tints of Blue Stone #185855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.15%

R = 12.18%
G = 44.67%
B = 43.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#185855 (or 0x185855) is known color: Blue Stone. HEX triplet: 18, 58 and 55. RGB value is (24,88,85). Sum of RGB (Red+Green+Blue) = 24+88+85=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #185855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185855 is #E7A7AA. Grayscale: #444444. Windows color (decimal): -15181739 or 5593112. OLE color: 5593112.

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

Color convert

RGB 24 88 85 -
CMYK 0.73 0 0.03 0.65
HSL 177.19º 0.57% 0.22% -
HSV(B) 177.19º 0.73% 0.35% -
XYZ 5.51 7.83 9.82 -
YUV 68.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 24 88 85 0.73 0 0.03 0.65 177.19 0.57 0.22
Hex 18 58 55 49 0 3 41 B1 39 16
Octal 30 130 125 111 0 3 101 261 71 26
Binary 11000 1011000 1010101 1001001 0 11 1000001 10110001 111001 10110

Color Harmonies of #185855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185855

Black with #185855

Text Example


Text Example

White with #185855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185855; }

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

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

background-color css

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

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

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

border-color css

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

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

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