#19716A

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

Shades of Blue Stone #19716A

Tints of Blue Stone #19716A

Color information

#19716A (or 0x19716A) is unknown color: approx Blue Stone. HEX triplet: 19, 71 and 6A. RGB value is (25,113,106). Sum of RGB (Red+Green+Blue) = 25+113+106=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #19716A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19716A is #E68E95. Grayscale: #555555. Windows color (decimal): -15109782 or 6975769. OLE color: 6975769.

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

Color convert

RGB25113106-
CMYK0.7800.060.56
HSL175.23º63.77%27.06%-
HSV(B)175.23º77.88%44.31%-
XYZ8.9113.0615.69-
YUV85.89139.3584.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.25%
GREEN value IS 113 (44.53% from 255) = 46.31%
BLUE value IS 106 (41.80% from 255) = 43.44%
R=10.25%
G=46.31%
B=43.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal251131060.7800.060.56175.2363.7727.06
Hex19716A4E0638af401b
Octal31161152116067025710033
Binary11001111000111010101001110011011100010101111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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