Html Css Color HEX #197170 Blue Stone

📋 copy color: '#197170'

red 25 ◦ green 113 ◦ blue 112

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

Shades of Blue Stone #197170

Tints of Blue Stone #197170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.2%

 BLUE value IS 112 (44.14% from 255) = 44.8%

R = 10%
G = 45.2%
B = 44.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#197170 (or 0x197170) is known color: Blue Stone. HEX triplet: 19, 71 and 70. RGB value is (25,113,112). Sum of RGB (Red+Green+Blue) = 25+113+112=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #197170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197170 is #E68E8F. Grayscale: #565656. Windows color (decimal): -15109776 or 7368985. OLE color: 7368985.

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

Color convert

RGB 25 113 112 -
CMYK 0.78 0 0.01 0.56
HSL 179.32º 0.64% 0.27% -
HSV(B) 179.32º 0.78% 0.44% -
XYZ 9.23 13.19 17.39 -
YUV 86.57 142.35 84.08 -
System Red Green Blue C M Y K H S L
Decimal 25 113 112 0.78 0 0.01 0.56 179.32 0.64 0.27
Hex 19 71 70 4E 0 1 38 B3 40 1B
Octal 31 161 160 116 0 1 70 263 100 33
Binary 11001 1110001 1110000 1001110 0 1 111000 10110011 1000000 11011

Color Harmonies of #197170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197170

Black with #197170

Text Example


Text Example

White with #197170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197170; }

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

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

background-color css

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

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

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

border-color css

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

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

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