#19605F

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

Shades of Blue Stone #19605F

Tints of Blue Stone #19605F

Color information

#19605F (or 0x19605F) is unknown color: approx Blue Stone. HEX triplet: 19, 60 and 5F. RGB value is (25,96,95). Sum of RGB (Red+Green+Blue) = 25+96+95=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #19605F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19605F is #E69FA0. Grayscale: #4A4A4A. Windows color (decimal): -15114145 or 6250521. OLE color: 6250521.

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

Color convert

RGB259695-
CMYK0.7400.010.62
HSL179.15º58.68%23.73%-
HSV(B)179.15º73.96%37.65%-
XYZ6.659.412.29-
YUV74.66139.4892.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.57%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 95 (37.5% from 255) = 43.98%
R=11.57%
G=44.44%
B=43.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596950.7400.010.62179.1558.6823.73
Hex19605F4A013Eb33b18
Octal3114013711201762637330
Binary11001110000010111111001010011111101011001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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