#19635A

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

Shades of Blue Stone #19635A

Tints of Blue Stone #19635A

Color information

#19635A (or 0x19635A) is unknown color: approx Blue Stone. HEX triplet: 19, 63 and 5A. RGB value is (25,99,90). Sum of RGB (Red+Green+Blue) = 25+99+90=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #19635A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19635A is #E69CA5. Grayscale: #4B4B4B. Windows color (decimal): -15113382 or 5923609. OLE color: 5923609.

HSL color Cylindrical-coordinate representation of color #19635A: hue angle of 172.7º 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 #19635A is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB259990-
CMYK0.7500.090.61
HSL172.7º59.68%24.31%-
HSV(B)172.7º74.75%38.82%-
XYZ6.719.8711.22-
YUV75.85135.9891.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.68%
GREEN value IS 99 (39.06% from 255) = 46.26%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=11.68%
G=46.26%
B=42.06%

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
Decimal2599900.7500.090.61172.759.6824.31
Hex19635A4B093Dad3c18
Octal31143132113011752557430
Binary11001110001110110101001011010011111011010110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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