Html Css Color HEX #185D5E Blue Stone

📋 copy color: '#185D5E'

red 24 ◦ green 93 ◦ blue 94

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

Shades of Blue Stone #185D5E

Tints of Blue Stone #185D5E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.08%

 BLUE value IS 94 (37.11% from 255) = 44.55%

R = 11.37%
G = 44.08%
B = 44.55%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#185D5E (or 0x185D5E) is known color: Blue Stone. HEX triplet: 18, 5D and 5E. RGB value is (24,93,94). Sum of RGB (Red+Green+Blue) = 24+93+94=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #185D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185D5E is #E7A2A1. Grayscale: #484848. Windows color (decimal): -15180450 or 6184216. OLE color: 6184216.

HSL color Cylindrical-coordinate representation of color #185D5E: hue angle of 180.86º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185D5E is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 93 94 -
CMYK 0.74 0.01 0 0.63
HSL 180.86º 0.59% 0.23% -
HSV(B) 180.86º 0.74% 0.37% -
XYZ 6.31 8.83 11.96 -
YUV 72.48 140.14 93.42 -
System Red Green Blue C M Y K H S L
Decimal 24 93 94 0.74 0.01 0 0.63 180.86 0.59 0.23
Hex 18 5D 5E 4A 1 0 3F B5 3B 17
Octal 30 135 136 112 1 0 77 265 73 27
Binary 11000 1011101 1011110 1001010 1 0 111111 10110101 111011 10111

Color Harmonies of #185D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185D5E

Black with #185D5E

Text Example


Text Example

White with #185D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185D5E; }

 p { color: rgb(24,93,94); }

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

background-color css

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

 a { background-color: rgb(24,93,94); }

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

border-color css

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

 span { border-color: rgb(24,93,94); }

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