Html Css Color HEX #197064 Blue Stone

📋 copy color: '#197064'

red 25 ◦ green 112 ◦ blue 100

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

Shades of Blue Stone #197064

Tints of Blue Stone #197064

RGB

 RED value IS 25 (10.16% from 255) = 10.55%

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

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

R = 10.55%
G = 47.26%
B = 42.19%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#197064 (or 0x197064) is known color: Blue Stone. HEX triplet: 19, 70 and 64. RGB value is (25,112,100). Sum of RGB (Red+Green+Blue) = 25+112+100=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #197064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197064 is #E68F9B. Grayscale: #545454. Windows color (decimal): -15110044 or 6582297. OLE color: 6582297.

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

Color convert

RGB 25 112 100 -
CMYK 0.78 0 0.11 0.56
HSL 171.72º 0.64% 0.27% -
HSV(B) 171.72º 0.78% 0.44% -
XYZ 8.5 12.72 14.06 -
YUV 84.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 25 112 100 0.78 0 0.11 0.56 171.72 0.64 0.27
Hex 19 70 64 4E 0 B 38 AC 40 1B
Octal 31 160 144 116 0 13 70 254 100 33
Binary 11001 1110000 1100100 1001110 0 1011 111000 10101100 1000000 11011

Color Harmonies of #197064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197064

Black with #197064

Text Example


Text Example

White with #197064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197064; }

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

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

background-color css

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

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

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

border-color css

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

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

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