#19696E

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

Shades of Blue Stone #19696E

Tints of Blue Stone #19696E

Color information

#19696E (or 0x19696E) is unknown color: approx Blue Stone. HEX triplet: 19, 69 and 6E. RGB value is (25,105,110). Sum of RGB (Red+Green+Blue) = 25+105+110=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #19696E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19696E is #E69691. Grayscale: #515151. Windows color (decimal): -15111826 or 7235865. OLE color: 7235865.

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

Color convert

RGB25105110-
CMYK0.770.0500.57
HSL183.53º62.96%26.47%-
HSV(B)183.53º77.27%43.14%-
XYZ8.2711.4416.52-
YUV81.6514487.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.42%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 110 (43.36% from 255) = 45.83%
R=10.42%
G=43.75%
B=45.83%

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
Decimal251051100.770.0500.57183.5362.9626.47
Hex19696E4D5039b83f1a
Octal3115115611550712707732
Binary1100111010011101110100110110101110011011100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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