Html Css Color HEX #19716C Blue Stone

📋 copy color: '#19716C'

red 25 ◦ green 113 ◦ blue 108

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

Shades of Blue Stone #19716C

Tints of Blue Stone #19716C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.9%

R = 10.16%
G = 45.93%
B = 43.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#19716C (or 0x19716C) is known color: Blue Stone. HEX triplet: 19, 71 and 6C. RGB value is (25,113,108). Sum of RGB (Red+Green+Blue) = 25+113+108=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #19716C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19716C is #E68E93. Grayscale: #565656. Windows color (decimal): -15109780 or 7106841. OLE color: 7106841.

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

Color convert

RGB 25 113 108 -
CMYK 0.78 0 0.04 0.56
HSL 176.59º 0.64% 0.27% -
HSV(B) 176.59º 0.78% 0.44% -
XYZ 9.01 13.1 16.24 -
YUV 86.12 140.35 84.41 -
System Red Green Blue C M Y K H S L
Decimal 25 113 108 0.78 0 0.04 0.56 176.59 0.64 0.27
Hex 19 71 6C 4E 0 4 38 B1 40 1B
Octal 31 161 154 116 0 4 70 261 100 33
Binary 11001 1110001 1101100 1001110 0 100 111000 10110001 1000000 11011

Color Harmonies of #19716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19716C

Black with #19716C

Text Example


Text Example

White with #19716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19716C; }

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

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

background-color css

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

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

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

border-color css

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

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

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