#196565

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

Shades of Blue Stone #196565

Tints of Blue Stone #196565

Color information

#196565 (or 0x196565) is unknown color: approx Blue Stone. HEX triplet: 19, 65 and 65. RGB value is (25,101,101). Sum of RGB (Red+Green+Blue) = 25+101+101=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #196565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196565 is #E69A9A. Grayscale: #4E4E4E. Windows color (decimal): -15112859 or 6645017. OLE color: 6645017.

HSL color Cylindrical-coordinate representation of color #196565: hue angle of 180º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196565 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB25101101-
CMYK0.75000.60
HSL180º60.32%24.71%-
HSV(B)180º75.25%39.61%-
XYZ7.410.4513.94-
YUV78.28140.8290-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.01%
GREEN value IS 101 (39.84% from 255) = 44.49%
BLUE value IS 101 (39.84% from 255) = 44.49%
R=11.01%
G=44.49%
B=44.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal251011010.75000.6018060.3224.71
Hex1965654B003Cb43c19
Octal3114514511300742647431
Binary11001110010111001011001011001111001011010011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196565; }

 p { color: rgb(25,101,101); }

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

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

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

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

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

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

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