Html Css Color HEX #197070 Blue Stone

📋 copy color: '#197070'

red 25 ◦ green 112 ◦ blue 112

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

Shades of Blue Stone #197070

Tints of Blue Stone #197070

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 value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#197070 (or 0x197070) is known color: 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

RGB 25 112 112 -
CMYK 0.78 0 0 0.56
HSL 180º 0.64% 0.27% -
HSV(B) 180º 0.78% 0.44% -
XYZ 9.12 12.96 17.35 -
YUV 85.99 142.68 84.5 -
System Red Green Blue C M Y K H S L
Decimal 25 112 112 0.78 0 0 0.56 180 0.64 0.27
Hex 19 70 70 4E 0 0 38 B4 40 1B
Octal 31 160 160 116 0 0 70 264 100 33
Binary 11001 1110000 1110000 1001110 0 0 111000 10110100 1000000 11011

Color Harmonies of #197070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197070

Black with #197070

Text Example


Text Example

White with #197070

Text Example


Text Example

HTML Codes & Css Web 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>