Html Css Color HEX #185559 Blue Stone

📋 copy color: '#185559'

red 24 ◦ green 85 ◦ blue 89

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

Shades of Blue Stone #185559

Tints of Blue Stone #185559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.93%

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

R = 12.12%
G = 42.93%
B = 44.95%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#185559 (or 0x185559) is known color: Blue Stone. HEX triplet: 18, 55 and 59. RGB value is (24,85,89). Sum of RGB (Red+Green+Blue) = 24+85+89=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #185559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185559 is #E7AAA6. Grayscale: #434343. Windows color (decimal): -15182503 or 5854488. OLE color: 5854488.

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

Color convert

RGB 24 85 89 -
CMYK 0.73 0.04 0 0.65
HSL 183.69º 0.58% 0.22% -
HSV(B) 183.69º 0.73% 0.35% -
XYZ 5.43 7.41 10.6 -
YUV 67.22 140.29 97.17 -
System Red Green Blue C M Y K H S L
Decimal 24 85 89 0.73 0.04 0 0.65 183.69 0.58 0.22
Hex 18 55 59 49 4 0 41 B8 3A 16
Octal 30 125 131 111 4 0 101 270 72 26
Binary 11000 1010101 1011001 1001001 100 0 1000001 10111000 111010 10110

Color Harmonies of #185559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185559

Black with #185559

Text Example


Text Example

White with #185559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185559; }

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

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

background-color css

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

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

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

border-color css

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

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

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