Html Css Color HEX #185754 Blue Stone

📋 copy color: '#185754'

red 24 ◦ green 87 ◦ blue 84

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

Shades of Blue Stone #185754

Tints of Blue Stone #185754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 43.08%

R = 12.31%
G = 44.62%
B = 43.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#185754 (or 0x185754) is known color: Blue Stone. HEX triplet: 18, 57 and 54. RGB value is (24,87,84). Sum of RGB (Red+Green+Blue) = 24+87+84=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 87 - color contains mainly: green. Hex color #185754 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185754 is #E7A8AB. Grayscale: #434343. Windows color (decimal): -15181996 or 5527320. OLE color: 5527320.

HSL color Cylindrical-coordinate representation of color #185754: hue angle of 177.14º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185754 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 24 87 84 -
CMYK 0.72 0 0.03 0.66
HSL 177.14º 0.57% 0.22% -
HSV(B) 177.14º 0.72% 0.34% -
XYZ 5.39 7.65 9.58 -
YUV 67.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 24 87 84 0.72 0 0.03 0.66 177.14 0.57 0.22
Hex 18 57 54 48 0 3 42 B1 39 16
Octal 30 127 124 110 0 3 102 261 71 26
Binary 11000 1010111 1010100 1001000 0 11 1000010 10110001 111001 10110

Color Harmonies of #185754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185754

Black with #185754

Text Example


Text Example

White with #185754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185754; }

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

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

background-color css

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

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

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

border-color css

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

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

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