#19615B

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

Shades of Blue Stone #19615B

Tints of Blue Stone #19615B

Color information

#19615B (or 0x19615B) is unknown color: approx Blue Stone. HEX triplet: 19, 61 and 5B. RGB value is (25,97,91). Sum of RGB (Red+Green+Blue) = 25+97+91=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #19615B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19615B is #E69EA4. Grayscale: #4A4A4A. Windows color (decimal): -15113893 or 5988633. OLE color: 5988633.

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

Color convert

RGB259791-
CMYK0.7400.060.62
HSL175º59.02%23.92%-
HSV(B)175º74.23%38.04%-
XYZ6.569.5111.39-
YUV74.79137.1592.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 97 (38.28% from 255) = 45.54%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=11.74%
G=45.54%
B=42.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2597910.7400.060.6217559.0223.92
Hex19615B4A063Eaf3b18
Octal3114113311206762577330
Binary1100111000011011011100101001101111101010111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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