Html Css Color HEX #197065 Blue Stone

📋 copy color: '#197065'

red 25 ◦ green 112 ◦ blue 101

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

Shades of Blue Stone #197065

Tints of Blue Stone #197065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.44%

R = 10.5%
G = 47.06%
B = 42.44%

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

#197065 (or 0x197065) is known color: Blue Stone. HEX triplet: 19, 70 and 65. RGB value is (25,112,101). Sum of RGB (Red+Green+Blue) = 25+112+101=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #197065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197065 is #E68F9A. Grayscale: #545454. Windows color (decimal): -15110043 or 6647833. OLE color: 6647833.

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

Color convert

RGB 25 112 101 -
CMYK 0.78 0 0.10 0.56
HSL 172.41º 0.64% 0.27% -
HSV(B) 172.41º 0.78% 0.44% -
XYZ 8.54 12.73 14.32 -
YUV 84.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 25 112 101 0.78 0 0.10 0.56 172.41 0.64 0.27
Hex 19 70 65 4E 0 A 38 AC 40 1B
Octal 31 160 145 116 0 12 70 254 100 33
Binary 11001 1110000 1100101 1001110 0 1010 111000 10101100 1000000 11011

Color Harmonies of #197065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197065

Black with #197065

Text Example


Text Example

White with #197065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197065; }

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

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

background-color css

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

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

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

border-color css

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

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

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