#197070

Color #197070 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #197070

Tints of Blue Stone #197070

Color information

#197070 (or 0x197070) is unknown color: approx Blue Stone. HEX triplet: 19, 70 and 70. RGB value is (25,112,112). Sum of RGB (Red+Green+Blue) = 25+112+112=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #197070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197070 is #E68F8F. Grayscale: #555555. Windows color (decimal): -15110032 or 7368729. OLE color: 7368729.

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

Color convert

RGB25112112-
CMYK0.78000.56
HSL180º63.5%26.86%-
HSV(B)180º77.68%43.92%-
XYZ9.1212.9617.35-
YUV85.99142.6884.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.04%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=10.04%
G=44.98%
B=44.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal251121120.78000.5618063.526.86
Hex1970704E0038b4401b
Octal31160160116007026410033
Binary110011110000111000010011100011100010110100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197070; }

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

 H1.HeaderClassName
 {
   color: #197070;
 }
 .AnyTagClassName
 {
   color: #197070;
 }
</style>
background-color css

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

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

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

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

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

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