#19646B

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

Shades of Blue Stone #19646B

Tints of Blue Stone #19646B

Color information

#19646B (or 0x19646B) is unknown color: approx Blue Stone. HEX triplet: 19, 64 and 6B. RGB value is (25,100,107). Sum of RGB (Red+Green+Blue) = 25+100+107=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #19646B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19646B is #E69B94. Grayscale: #4E4E4E. Windows color (decimal): -15113109 or 7037977. OLE color: 7037977.

HSL color Cylindrical-coordinate representation of color #19646B: hue angle of 185.12º 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 #19646B is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB25100107-
CMYK0.770.0700.58
HSL185.12º62.12%25.88%-
HSV(B)185.12º76.64%41.96%-
XYZ7.6110.3815.51-
YUV78.37144.1589.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 100 (39.45% from 255) = 43.10%
BLUE value IS 107 (42.19% from 255) = 46.12%
R=10.78%
G=43.10%
B=46.12%

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
Decimal251001070.770.0700.58185.1262.1225.88
Hex19646B4D703Ab93e1a
Octal3114415311570722717632
Binary1100111001001101011100110111101110101011100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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