#19645B

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

Shades of Blue Stone #19645B

Tints of Blue Stone #19645B

Color information

#19645B (or 0x19645B) is unknown color: approx Blue Stone. HEX triplet: 19, 64 and 5B. RGB value is (25,100,91). Sum of RGB (Red+Green+Blue) = 25+100+91=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 100 - color contains mainly: green. Hex color #19645B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19645B is #E69BA4. Grayscale: #4C4C4C. Windows color (decimal): -15113125 or 5989401. OLE color: 5989401.

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

Color convert

RGB2510091-
CMYK0.7500.090.61
HSL172.8º60%24.51%-
HSV(B)172.8º75%39.22%-
XYZ6.8510.0811.48-
YUV76.55136.1591.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.57%
GREEN value IS 100 (39.45% from 255) = 46.30%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=11.57%
G=46.30%
B=42.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25100910.7500.090.61172.86024.51
Hex19645B4B093Dad3c19
Octal31144133113011752557431
Binary11001110010010110111001011010011111011010110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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