#196768

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

Shades of Blue Stone #196768

Tints of Blue Stone #196768

Color information

#196768 (or 0x196768) is unknown color: approx Blue Stone. HEX triplet: 19, 67 and 68. RGB value is (25,103,104). Sum of RGB (Red+Green+Blue) = 25+103+104=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #196768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196768 is #E69897. Grayscale: #4F4F4F. Windows color (decimal): -15112344 or 6842137. OLE color: 6842137.

HSL color Cylindrical-coordinate representation of color #196768: hue angle of 180.76º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196768 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB25103104-
CMYK0.760.0100.59
HSL180.76º61.24%25.29%-
HSV(B)180.76º75.96%40.78%-
XYZ7.7510.9114.79-
YUV79.79141.6688.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=10.78%
G=44.40%
B=44.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal251031040.760.0100.59180.7661.2425.29
Hex1967684C103Bb53d19
Octal3114715011410732657531
Binary11001110011111010001001100101110111011010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196768; }

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

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

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

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

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

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

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

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