#196365

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

Shades of Blue Stone #196365

Tints of Blue Stone #196365

Color information

#196365 (or 0x196365) is unknown color: approx Blue Stone. HEX triplet: 19, 63 and 65. RGB value is (25,99,101). Sum of RGB (Red+Green+Blue) = 25+99+101=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #196365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196365 is #E69C9A. Grayscale: #4D4D4D. Windows color (decimal): -15113371 or 6644505. OLE color: 6644505.

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

Color convert

RGB2599101-
CMYK0.750.0200.60
HSL181.58º60.32%24.71%-
HSV(B)181.58º75.25%39.61%-
XYZ7.2110.0713.88-
YUV77.1141.4890.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 101 (39.84% from 255) = 44.89%
R=11.11%
G=44%
B=44.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25991010.750.0200.60181.5860.3224.71
Hex1963654B203Cb63c19
Octal3114314511320742667431
Binary110011100011110010110010111001111001011011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196365; }

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

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

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

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

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

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

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

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