#196465

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

Shades of Blue Stone #196465

Tints of Blue Stone #196465

Color information

#196465 (or 0x196465) is unknown color: approx Blue Stone. HEX triplet: 19, 64 and 65. RGB value is (25,100,101). Sum of RGB (Red+Green+Blue) = 25+100+101=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #196465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196465 is #E69B9A. Grayscale: #4D4D4D. Windows color (decimal): -15113115 or 6644761. OLE color: 6644761.

HSL color Cylindrical-coordinate representation of color #196465: hue angle of 180.79º 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 #196465 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB25100101-
CMYK0.750.0100.60
HSL180.79º60.32%24.71%-
HSV(B)180.79º75.25%39.61%-
XYZ7.3110.2613.91-
YUV77.69141.1590.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.06%
GREEN value IS 100 (39.45% from 255) = 44.25%
BLUE value IS 101 (39.84% from 255) = 44.69%
R=11.06%
G=44.25%
B=44.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal251001010.750.0100.60180.7960.3224.71
Hex1964654B103Cb53c19
Octal3114414511310742657431
Binary11001110010011001011001011101111001011010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196465; }

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

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

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

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

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

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

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

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