#197168

Color #197168 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #197168

Tints of Blue Stone #197168

Color information

#197168 (or 0x197168) is unknown color: approx Blue Stone. HEX triplet: 19, 71 and 68. RGB value is (25,113,104). Sum of RGB (Red+Green+Blue) = 25+113+104=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #197168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197168 is #E68E97. Grayscale: #555555. Windows color (decimal): -15109784 or 6844697. OLE color: 6844697.

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

Color convert

RGB25113104-
CMYK0.7800.080.56
HSL173.86º63.77%27.06%-
HSV(B)173.86º77.88%44.31%-
XYZ8.813.0215.15-
YUV85.66138.3584.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.33%
GREEN value IS 113 (44.53% from 255) = 46.69%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=10.33%
G=46.69%
B=42.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal251131040.7800.080.56173.8663.7727.06
Hex1971684E0838ae401b
Octal311611501160107025610033
Binary110011110001110100010011100100011100010101110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197168; }

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

 H1.HeaderClassName
 {
   color: #197168;
 }
 .AnyTagClassName
 {
   color: #197168;
 }
</style>
background-color css

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

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

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

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

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

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