#19605E

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

Shades of Blue Stone #19605E

Tints of Blue Stone #19605E

Color information

#19605E (or 0x19605E) is unknown color: approx Blue Stone. HEX triplet: 19, 60 and 5E. RGB value is (25,96,94). Sum of RGB (Red+Green+Blue) = 25+96+94=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #19605E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19605E is #E69FA1. Grayscale: #4A4A4A. Windows color (decimal): -15114146 or 6184985. OLE color: 6184985.

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

Color convert

RGB259694-
CMYK0.7400.020.62
HSL178.31º58.68%23.73%-
HSV(B)178.31º73.96%37.65%-
XYZ6.69.3812.05-
YUV74.54138.9892.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.63%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=11.63%
G=44.65%
B=43.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596940.7400.020.62178.3158.6823.73
Hex19605E4A023Eb23b18
Octal3114013611202762627330
Binary110011100000101111010010100101111101011001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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