#19646C

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

Shades of Blue Stone #19646C

Tints of Blue Stone #19646C

Color information

#19646C (or 0x19646C) is unknown color: approx Blue Stone. HEX triplet: 19, 64 and 6C. RGB value is (25,100,108). Sum of RGB (Red+Green+Blue) = 25+100+108=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #19646C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19646C is #E69B93. Grayscale: #4E4E4E. Windows color (decimal): -15113108 or 7103513. OLE color: 7103513.

HSL color Cylindrical-coordinate representation of color #19646C: hue angle of 185.78º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19646C is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB25100108-
CMYK0.770.0700.58
HSL185.78º62.41%26.08%-
HSV(B)185.78º76.85%42.35%-
XYZ7.6610.415.79-
YUV78.49144.6589.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.73%
GREEN value IS 100 (39.45% from 255) = 42.92%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=10.73%
G=42.92%
B=46.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal251001080.770.0700.58185.7862.4126.08
Hex19646C4D703Aba3e1a
Octal3114415411570722727632
Binary1100111001001101100100110111101110101011101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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