#19635C

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

Shades of Blue Stone #19635C

Tints of Blue Stone #19635C

Color information

#19635C (or 0x19635C) is unknown color: approx Blue Stone. HEX triplet: 19, 63 and 5C. RGB value is (25,99,92). Sum of RGB (Red+Green+Blue) = 25+99+92=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #19635C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19635C is #E69CA3. Grayscale: #4C4C4C. Windows color (decimal): -15113380 or 6054681. OLE color: 6054681.

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

Color convert

RGB259992-
CMYK0.7500.070.61
HSL174.32º59.68%24.31%-
HSV(B)174.32º74.75%38.82%-
XYZ6.799.911.68-
YUV76.08136.9891.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.57%
GREEN value IS 99 (39.06% from 255) = 45.83%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=11.57%
G=45.83%
B=42.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599920.7500.070.61174.3259.6824.31
Hex19635C4B073Dae3c18
Octal3114313411307752567430
Binary1100111000111011100100101101111111011010111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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