#19656E

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

Shades of Blue Stone #19656E

Tints of Blue Stone #19656E

Color information

#19656E (or 0x19656E) is unknown color: approx Blue Stone. HEX triplet: 19, 65 and 6E. RGB value is (25,101,110). Sum of RGB (Red+Green+Blue) = 25+101+110=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #19656E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19656E is #E69A91. Grayscale: #4F4F4F. Windows color (decimal): -15112850 or 7234841. OLE color: 7234841.

HSL color Cylindrical-coordinate representation of color #19656E: hue angle of 186.35º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19656E is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB25101110-
CMYK0.770.0800.57
HSL186.35º62.96%26.47%-
HSV(B)186.35º77.27%43.14%-
XYZ7.8710.6416.39-
YUV79.3145.3289.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.59%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 110 (43.36% from 255) = 46.61%
R=10.59%
G=42.80%
B=46.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal251011100.770.0800.57186.3562.9626.47
Hex19656E4D8039ba3f1a
Octal31145156115100712727732
Binary11001110010111011101001101100001110011011101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,101,110); }

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

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

 a { background-color: rgb(25,101,110); }

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

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

 span { border-color: rgb(25,101,110); }

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