#19636d

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

Shades of Blue Stone #19636D

Tints of Blue Stone #19636D

Color information

#19636D (or 0x19636D) is unknown color: approx Blue Stone. HEX triplet: 19, 63 and 6D. RGB value is (25,99,109). Sum of RGB (Red+Green+Blue) = 25+99+109=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #19636D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19636D is #E69C92. Grayscale: #4D4D4D. Windows color (decimal): -15113363 or 7168793. OLE color: 7168793.

HSL color Cylindrical-coordinate representation of color #19636D: hue angle of 187.14º 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 #19636D is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2599109-
CMYK0.770.0900.57
HSL187.14º62.69%26.27%-
HSV(B)187.14º77.06%42.75%-
XYZ7.6210.2316.04-
YUV78.01145.4890.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.73%
GREEN value IS 99 (39.06% from 255) = 42.49%
BLUE value IS 109 (42.97% from 255) = 46.78%
R=10.73%
G=42.49%
B=46.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25991090.770.0900.57187.1462.6926.27
Hex19636D4D9039bb3f1a
Octal31143155115110712737732
Binary11001110001111011011001101100101110011011101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19636d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19636d; }

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

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

<style>
 a { background-color: #19636d; }

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

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

<style>
 span { border-color: #19636d; }

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

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