Html Css Color HEX #187065 Blue Stone

📋 copy color: '#187065'

red 24 ◦ green 112 ◦ blue 101

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

Shades of Blue Stone #187065

Tints of Blue Stone #187065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.62%

R = 10.13%
G = 47.26%
B = 42.62%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#187065 (or 0x187065) is known color: Blue Stone. HEX triplet: 18, 70 and 65. RGB value is (24,112,101). Sum of RGB (Red+Green+Blue) = 24+112+101=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #187065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187065 is #E78F9A. Grayscale: #545454. Windows color (decimal): -15175579 or 6647832. OLE color: 6647832.

HSL color Cylindrical-coordinate representation of color #187065: hue angle of 172.5º 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 #187065 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 112 101 -
CMYK 0.79 0 0.10 0.56
HSL 172.5º 0.65% 0.27% -
HSV(B) 172.5º 0.79% 0.44% -
XYZ 8.52 12.72 14.32 -
YUV 84.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 24 112 101 0.79 0 0.10 0.56 172.5 0.65 0.27
Hex 18 70 65 4F 0 A 38 AC 41 1B
Octal 30 160 145 117 0 12 70 254 101 33
Binary 11000 1110000 1100101 1001111 0 1010 111000 10101100 1000001 11011

Color Harmonies of #187065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187065

Black with #187065

Text Example


Text Example

White with #187065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187065; }

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

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

background-color css

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

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

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

border-color css

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

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

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