Html Css Color HEX #185759 Blue Stone

📋 copy color: '#185759'

red 24 ◦ green 87 ◦ blue 89

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

Shades of Blue Stone #185759

Tints of Blue Stone #185759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.5%

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

R = 12%
G = 43.5%
B = 44.5%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#185759 (or 0x185759) is known color: Blue Stone. HEX triplet: 18, 57 and 59. RGB value is (24,87,89). Sum of RGB (Red+Green+Blue) = 24+87+89=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #185759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185759 is #E7A8A6. Grayscale: #444444. Windows color (decimal): -15181991 or 5855000. OLE color: 5855000.

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

Color convert

RGB 24 87 89 -
CMYK 0.73 0.02 0 0.65
HSL 181.85º 0.58% 0.22% -
HSV(B) 181.85º 0.73% 0.35% -
XYZ 5.59 7.73 10.65 -
YUV 68.39 139.63 96.34 -
System Red Green Blue C M Y K H S L
Decimal 24 87 89 0.73 0.02 0 0.65 181.85 0.58 0.22
Hex 18 57 59 49 2 0 41 B6 3A 16
Octal 30 127 131 111 2 0 101 266 72 26
Binary 11000 1010111 1011001 1001001 10 0 1000001 10110110 111010 10110

Color Harmonies of #185759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185759

Black with #185759

Text Example


Text Example

White with #185759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185759; }

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

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

background-color css

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

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

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

border-color css

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

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

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