#19635E

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

Shades of Blue Stone #19635E

Tints of Blue Stone #19635E

Color information

#19635E (or 0x19635E) is unknown color: approx Blue Stone. HEX triplet: 19, 63 and 5E. RGB value is (25,99,94). Sum of RGB (Red+Green+Blue) = 25+99+94=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #19635E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19635E is #E69CA1. Grayscale: #4C4C4C. Windows color (decimal): -15113378 or 6185753. OLE color: 6185753.

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

Color convert

RGB259994-
CMYK0.7500.050.61
HSL175.95º59.68%24.31%-
HSV(B)175.95º74.75%38.82%-
XYZ6.889.9412.15-
YUV76.3137.9891.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.47%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=11.47%
G=45.41%
B=43.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599940.7500.050.61175.9559.6824.31
Hex19635E4B053Db03c18
Octal3114313611305752607430
Binary1100111000111011110100101101011111011011000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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