#19666A

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

Shades of Blue Stone #19666A

Tints of Blue Stone #19666A

Color information

#19666A (or 0x19666A) is unknown color: approx Blue Stone. HEX triplet: 19, 66 and 6A. RGB value is (25,102,106). Sum of RGB (Red+Green+Blue) = 25+102+106=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 106 - color contains mainly: blue. Hex color #19666A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19666A is #E69995. Grayscale: #4F4F4F. Windows color (decimal): -15112598 or 6972953. OLE color: 6972953.

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

Color convert

RGB25102106-
CMYK0.760.0400.58
HSL182.96º61.83%25.69%-
HSV(B)182.96º76.42%41.57%-
XYZ7.7510.7515.3-
YUV79.43142.9989.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.73%
GREEN value IS 102 (40.23% from 255) = 43.78%
BLUE value IS 106 (41.80% from 255) = 45.49%
R=10.73%
G=43.78%
B=45.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal251021060.760.0400.58182.9661.8325.69
Hex19666A4C403Ab73e1a
Octal3114615211440722677632
Binary1100111001101101010100110010001110101011011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19666A; }

 p { color: rgb(25,102,106); }

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

<style>
 a { background-color: #19666A; }

 a { background-color: rgb(25,102,106); }

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

<style>
 span { border-color: #19666A; }

 span { border-color: rgb(25,102,106); }

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