Html Css Color HEX #197167 Blue Stone

📋 copy color: '#197167'

red 25 ◦ green 113 ◦ blue 103

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

Shades of Blue Stone #197167

Tints of Blue Stone #197167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.74%

R = 10.37%
G = 46.89%
B = 42.74%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#197167 (or 0x197167) is known color: Blue Stone. HEX triplet: 19, 71 and 67. RGB value is (25,113,103). Sum of RGB (Red+Green+Blue) = 25+113+103=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #197167 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197167 is #E68E98. Grayscale: #555555. Windows color (decimal): -15109785 or 6779161. OLE color: 6779161.

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

Color convert

RGB 25 113 103 -
CMYK 0.78 0 0.09 0.56
HSL 173.18º 0.64% 0.27% -
HSV(B) 173.18º 0.78% 0.44% -
XYZ 8.75 13 14.88 -
YUV 85.55 137.85 84.81 -
System Red Green Blue C M Y K H S L
Decimal 25 113 103 0.78 0 0.09 0.56 173.18 0.64 0.27
Hex 19 71 67 4E 0 9 38 AD 40 1B
Octal 31 161 147 116 0 11 70 255 100 33
Binary 11001 1110001 1100111 1001110 0 1001 111000 10101101 1000000 11011

Color Harmonies of #197167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197167

Black with #197167

Text Example


Text Example

White with #197167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197167; }

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

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

background-color css

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

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

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

border-color css

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

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

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