#19635D

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

Shades of Blue Stone #19635D

Tints of Blue Stone #19635D

Color information

#19635D (or 0x19635D) is unknown color: approx Blue Stone. HEX triplet: 19, 63 and 5D. RGB value is (25,99,93). Sum of RGB (Red+Green+Blue) = 25+99+93=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #19635D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19635D is #E69CA2. Grayscale: #4C4C4C. Windows color (decimal): -15113379 or 6120217. OLE color: 6120217.

HSL color Cylindrical-coordinate representation of color #19635D: hue angle of 175.14º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19635D is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB259993-
CMYK0.7500.060.61
HSL175.14º59.68%24.31%-
HSV(B)175.14º74.75%38.82%-
XYZ6.849.9211.91-
YUV76.19137.4891.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 99 (39.06% from 255) = 45.62%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=11.52%
G=45.62%
B=42.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599930.7500.060.61175.1459.6824.31
Hex19635D4B063Daf3c18
Octal3114313511306752577430
Binary1100111000111011101100101101101111011010111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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