Html Css Color HEX #197168 Blue Stone

📋 copy color: '#197168'

red 25 ◦ green 113 ◦ blue 104

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

Shades of Blue Stone #197168

Tints of Blue Stone #197168

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 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

#197168 (or 0x197168) is known color: 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

RGB 25 113 104 -
CMYK 0.78 0 0.08 0.56
HSL 173.86º 0.64% 0.27% -
HSV(B) 173.86º 0.78% 0.44% -
XYZ 8.8 13.02 15.15 -
YUV 85.66 138.35 84.73 -
System Red Green Blue C M Y K H S L
Decimal 25 113 104 0.78 0 0.08 0.56 173.86 0.64 0.27
Hex 19 71 68 4E 0 8 38 AE 40 1B
Octal 31 161 150 116 0 10 70 256 100 33
Binary 11001 1110001 1101000 1001110 0 1000 111000 10101110 1000000 11011

Color Harmonies of #197168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197168

Black with #197168

Text Example


Text Example

White with #197168

Text Example


Text Example

HTML Codes & Css Web 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>