#19686E

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

Shades of Blue Stone #19686E

Tints of Blue Stone #19686E

Color information

#19686E (or 0x19686E) is unknown color: approx Blue Stone. HEX triplet: 19, 68 and 6E. RGB value is (25,104,110). Sum of RGB (Red+Green+Blue) = 25+104+110=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #19686E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19686E is #E69791. Grayscale: #505050. Windows color (decimal): -15112082 or 7235609. OLE color: 7235609.

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

Color convert

RGB25104110-
CMYK0.770.0500.57
HSL184.24º62.96%26.47%-
HSV(B)184.24º77.27%43.14%-
XYZ8.1711.2316.49-
YUV81.06144.3388.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.46%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 110 (43.36% from 255) = 46.03%
R=10.46%
G=43.51%
B=46.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal251041100.770.0500.57184.2462.9626.47
Hex19686E4D5039b83f1a
Octal3115015611550712707732
Binary1100111010001101110100110110101110011011100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19686E; }

 p { color: rgb(25,104,110); }

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

<style>
 a { background-color: #19686E; }

 a { background-color: rgb(25,104,110); }

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

<style>
 span { border-color: #19686E; }

 span { border-color: rgb(25,104,110); }

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