#19625A

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

Shades of Blue Stone #19625A

Tints of Blue Stone #19625A

Color information

#19625A (or 0x19625A) is unknown color: approx Blue Stone. HEX triplet: 19, 62 and 5A. RGB value is (25,98,90). Sum of RGB (Red+Green+Blue) = 25+98+90=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #19625A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19625A is #E69DA5. Grayscale: #4B4B4B. Windows color (decimal): -15113638 or 5923353. OLE color: 5923353.

HSL color Cylindrical-coordinate representation of color #19625A: hue angle of 173.42º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19625A is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB259890-
CMYK0.7400.080.62
HSL173.42º59.35%24.12%-
HSV(B)173.42º74.49%38.43%-
XYZ6.619.6811.19-
YUV75.26136.3292.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=11.74%
G=46.01%
B=42.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2598900.7400.080.62173.4259.3524.12
Hex19625A4A083Ead3b18
Octal31142132112010762557330
Binary11001110001010110101001010010001111101010110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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