#19615D

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

Shades of Blue Stone #19615D

Tints of Blue Stone #19615D

Color information

#19615D (or 0x19615D) is unknown color: approx Blue Stone. HEX triplet: 19, 61 and 5D. RGB value is (25,97,93). Sum of RGB (Red+Green+Blue) = 25+97+93=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #19615D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19615D is #E69EA2. Grayscale: #4A4A4A. Windows color (decimal): -15113891 or 6119705. OLE color: 6119705.

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

Color convert

RGB259793-
CMYK0.7400.040.62
HSL176.67º59.02%23.92%-
HSV(B)176.67º74.23%38.04%-
XYZ6.659.5511.85-
YUV75.02138.1592.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.63%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=11.63%
G=45.12%
B=43.26%

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
Decimal2597930.7400.040.62176.6759.0223.92
Hex19615D4A043Eb13b18
Octal3114113511204762617330
Binary1100111000011011101100101001001111101011000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,97,93); }

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

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

 a { background-color: rgb(25,97,93); }

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

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

 span { border-color: rgb(25,97,93); }

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