#19626D

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

Shades of Blue Stone #19626D

Tints of Blue Stone #19626D

Color information

#19626D (or 0x19626D) is unknown color: approx Blue Stone. HEX triplet: 19, 62 and 6D. RGB value is (25,98,109). Sum of RGB (Red+Green+Blue) = 25+98+109=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #19626D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19626D is #E69D92. Grayscale: #4D4D4D. Windows color (decimal): -15113619 or 7168537. OLE color: 7168537.

HSL color Cylindrical-coordinate representation of color #19626D: hue angle of 187.86º 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 #19626D is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2598109-
CMYK0.770.1000.57
HSL187.86º62.69%26.27%-
HSV(B)187.86º77.06%42.75%-
XYZ7.5310.0516.01-
YUV77.43145.8290.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 109 (42.97% from 255) = 46.98%
R=10.78%
G=42.24%
B=46.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25981090.770.1000.57187.8662.6926.27
Hex19626D4DA039bc3f1a
Octal31142155115120712747732
Binary11001110001011011011001101101001110011011110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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