Html Css Color HEX #185659 Blue Stone

📋 copy color: '#185659'

red 24 ◦ green 86 ◦ blue 89

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

Shades of Blue Stone #185659

Tints of Blue Stone #185659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.22%

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

R = 12.06%
G = 43.22%
B = 44.72%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#185659 (or 0x185659) is known color: Blue Stone. HEX triplet: 18, 56 and 59. RGB value is (24,86,89). Sum of RGB (Red+Green+Blue) = 24+86+89=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #185659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185659 is #E7A9A6. Grayscale: #434343. Windows color (decimal): -15182247 or 5854744. OLE color: 5854744.

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

Color convert

RGB 24 86 89 -
CMYK 0.73 0.03 0 0.65
HSL 182.77º 0.58% 0.22% -
HSV(B) 182.77º 0.73% 0.35% -
XYZ 5.51 7.57 10.62 -
YUV 67.8 139.96 96.76 -
System Red Green Blue C M Y K H S L
Decimal 24 86 89 0.73 0.03 0 0.65 182.77 0.58 0.22
Hex 18 56 59 49 3 0 41 B7 3A 16
Octal 30 126 131 111 3 0 101 267 72 26
Binary 11000 1010110 1011001 1001001 11 0 1000001 10110111 111010 10110

Color Harmonies of #185659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185659

Black with #185659

Text Example


Text Example

White with #185659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185659; }

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

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

background-color css

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

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

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

border-color css

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

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

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