#19626A

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

Shades of Blue Stone #19626A

Tints of Blue Stone #19626A

Color information

#19626A (or 0x19626A) is unknown color: approx Blue Stone. HEX triplet: 19, 62 and 6A. RGB value is (25,98,106). Sum of RGB (Red+Green+Blue) = 25+98+106=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 106 - color contains mainly: blue. Hex color #19626A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19626A is #E69D95. Grayscale: #4C4C4C. Windows color (decimal): -15113622 or 6971929. OLE color: 6971929.

HSL color Cylindrical-coordinate representation of color #19626A: hue angle of 185.93º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19626A is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2598106-
CMYK0.760.0800.58
HSL185.93º61.83%25.69%-
HSV(B)185.93º76.42%41.57%-
XYZ7.379.9815.17-
YUV77.08144.3290.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.92%
GREEN value IS 98 (38.67% from 255) = 42.79%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=10.92%
G=42.79%
B=46.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25981060.760.0800.58185.9361.8325.69
Hex19626A4C803Aba3e1a
Octal31142152114100722727632
Binary11001110001011010101001100100001110101011101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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