#19625E

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

Shades of Blue Stone #19625E

Tints of Blue Stone #19625E

Color information

#19625E (or 0x19625E) is unknown color: approx Blue Stone. HEX triplet: 19, 62 and 5E. RGB value is (25,98,94). Sum of RGB (Red+Green+Blue) = 25+98+94=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #19625E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19625E is #E69DA1. Grayscale: #4B4B4B. Windows color (decimal): -15113634 or 6185497. OLE color: 6185497.

HSL color Cylindrical-coordinate representation of color #19625E: hue angle of 176.71º 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 #19625E is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB259894-
CMYK0.7400.040.62
HSL176.71º59.35%24.12%-
HSV(B)176.71º74.49%38.43%-
XYZ6.799.7512.11-
YUV75.72138.3291.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 98 (38.67% from 255) = 45.16%
BLUE value IS 94 (37.11% from 255) = 43.32%
R=11.52%
G=45.16%
B=43.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2598940.7400.040.62176.7159.3524.12
Hex19625E4A043Eb13b18
Octal3114213611204762617330
Binary1100111000101011110100101001001111101011000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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