Html Css Color HEX #197071 Blue Stone

📋 copy color: '#197071'

red 25 ◦ green 112 ◦ blue 113

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

Shades of Blue Stone #197071

Tints of Blue Stone #197071

RGB

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

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

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

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

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

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

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

Color convert

RGB 25 112 113 -
CMYK 0.78 0.01 0 0.56
HSL 180.68º 0.64% 0.27% -
HSV(B) 180.68º 0.78% 0.44% -
XYZ 9.18 12.99 17.65 -
YUV 86.1 143.18 84.42 -
System Red Green Blue C M Y K H S L
Decimal 25 112 113 0.78 0.01 0 0.56 180.68 0.64 0.27
Hex 19 70 71 4E 1 0 38 B5 40 1B
Octal 31 160 161 116 1 0 70 265 100 33
Binary 11001 1110000 1110001 1001110 1 0 111000 10110101 1000000 11011

Color Harmonies of #197071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197071

Black with #197071

Text Example


Text Example

White with #197071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197071; }

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

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

background-color css

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

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

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

border-color css

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

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

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