#19676D

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

Shades of Blue Stone #19676D

Tints of Blue Stone #19676D

Color information

#19676D (or 0x19676D) is unknown color: approx Blue Stone. HEX triplet: 19, 67 and 6D. RGB value is (25,103,109). Sum of RGB (Red+Green+Blue) = 25+103+109=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #19676D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19676D is #E69892. Grayscale: #505050. Windows color (decimal): -15112339 or 7169817. OLE color: 7169817.

HSL color Cylindrical-coordinate representation of color #19676D: hue angle of 184.29º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19676D is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB25103109-
CMYK0.770.0600.57
HSL184.29º62.69%26.27%-
HSV(B)184.29º77.06%42.75%-
XYZ8.0111.0116.17-
YUV80.36144.1688.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.55%
GREEN value IS 103 (40.62% from 255) = 43.46%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=10.55%
G=43.46%
B=45.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal251031090.770.0600.57184.2962.6926.27
Hex19676D4D6039b83f1a
Octal3114715511560712707732
Binary1100111001111101101100110111001110011011100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19676D; }

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

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

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

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

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

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

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

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