Html Css Color HEX #197067 Blue Stone

📋 copy color: '#197067'

red 25 ◦ green 112 ◦ blue 103

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

Shades of Blue Stone #197067

Tints of Blue Stone #197067

RGB

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

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

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

R = 10.42%
G = 46.67%
B = 42.92%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#197067 (or 0x197067) is known color: Blue Stone. HEX triplet: 19, 70 and 67. RGB value is (25,112,103). Sum of RGB (Red+Green+Blue) = 25+112+103=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #197067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197067 is #E68F98. Grayscale: #545454. Windows color (decimal): -15110041 or 6778905. OLE color: 6778905.

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

Color convert

RGB 25 112 103 -
CMYK 0.78 0 0.08 0.56
HSL 173.79º 0.64% 0.27% -
HSV(B) 173.79º 0.78% 0.44% -
XYZ 8.64 12.77 14.84 -
YUV 84.96 138.18 85.23 -
System Red Green Blue C M Y K H S L
Decimal 25 112 103 0.78 0 0.08 0.56 173.79 0.64 0.27
Hex 19 70 67 4E 0 8 38 AE 40 1B
Octal 31 160 147 116 0 10 70 256 100 33
Binary 11001 1110000 1100111 1001110 0 1000 111000 10101110 1000000 11011

Color Harmonies of #197067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197067

Black with #197067

Text Example


Text Example

White with #197067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197067; }

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

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

background-color css

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

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

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

border-color css

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

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

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