Html Css Color HEX #187064 Blue Stone

📋 copy color: '#187064'

red 24 ◦ green 112 ◦ blue 100

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

Shades of Blue Stone #187064

Tints of Blue Stone #187064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.46%

 BLUE value IS 100 (39.45% from 255) = 42.37%

R = 10.17%
G = 47.46%
B = 42.37%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#187064 (or 0x187064) is known color: Blue Stone. HEX triplet: 18, 70 and 64. RGB value is (24,112,100). Sum of RGB (Red+Green+Blue) = 24+112+100=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #187064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187064 is #E78F9B. Grayscale: #545454. Windows color (decimal): -15175580 or 6582296. OLE color: 6582296.

HSL color Cylindrical-coordinate representation of color #187064: hue angle of 171.82º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187064 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 112 100 -
CMYK 0.79 0 0.11 0.56
HSL 171.82º 0.65% 0.27% -
HSV(B) 171.82º 0.79% 0.44% -
XYZ 8.47 12.7 14.06 -
YUV 84.32 136.85 84.98 -
System Red Green Blue C M Y K H S L
Decimal 24 112 100 0.79 0 0.11 0.56 171.82 0.65 0.27
Hex 18 70 64 4F 0 B 38 AC 41 1B
Octal 30 160 144 117 0 13 70 254 101 33
Binary 11000 1110000 1100100 1001111 0 1011 111000 10101100 1000001 11011

Color Harmonies of #187064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187064

Black with #187064

Text Example


Text Example

White with #187064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187064; }

 p { color: rgb(24,112,100); }

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

background-color css

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

 a { background-color: rgb(24,112,100); }

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

border-color css

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

 span { border-color: rgb(24,112,100); }

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