#19606C

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

Shades of Blue Stone #19606C

Tints of Blue Stone #19606C

Color information

#19606C (or 0x19606C) is unknown color: approx Blue Stone. HEX triplet: 19, 60 and 6C. RGB value is (25,96,108). Sum of RGB (Red+Green+Blue) = 25+96+108=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #19606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19606C is #E69F93. Grayscale: #4C4C4C. Windows color (decimal): -15114132 or 7102489. OLE color: 7102489.

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

Color convert

RGB2596108-
CMYK0.770.1100.58
HSL188.67º62.41%26.08%-
HSV(B)188.67º76.85%42.35%-
XYZ7.299.6615.67-
YUV76.14145.9891.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.92%
GREEN value IS 96 (37.89% from 255) = 41.92%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=10.92%
G=41.92%
B=47.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25961080.770.1100.58188.6762.4126.08
Hex19606C4DB03Abd3e1a
Octal31140154115130722757632
Binary11001110000011011001001101101101110101011110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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