Html Css Color HEX #197166 Blue Stone

📋 copy color: '#197166'

red 25 ◦ green 113 ◦ blue 102

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

Shades of Blue Stone #197166

Tints of Blue Stone #197166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.5%

R = 10.42%
G = 47.08%
B = 42.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#197166 (or 0x197166) is known color: Blue Stone. HEX triplet: 19, 71 and 66. RGB value is (25,113,102). Sum of RGB (Red+Green+Blue) = 25+113+102=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #197166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197166 is #E68E99. Grayscale: #555555. Windows color (decimal): -15109786 or 6713625. OLE color: 6713625.

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

Color convert

RGB 25 113 102 -
CMYK 0.78 0 0.10 0.56
HSL 172.5º 0.64% 0.27% -
HSV(B) 172.5º 0.78% 0.44% -
XYZ 8.7 12.98 14.62 -
YUV 85.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 25 113 102 0.78 0 0.10 0.56 172.5 0.64 0.27
Hex 19 71 66 4E 0 A 38 AC 40 1B
Octal 31 161 146 116 0 12 70 254 100 33
Binary 11001 1110001 1100110 1001110 0 1010 111000 10101100 1000000 11011

Color Harmonies of #197166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197166

Black with #197166

Text Example


Text Example

White with #197166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197166; }

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

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

background-color css

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

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

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

border-color css

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

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

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