#196265

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

Shades of Blue Stone #196265

Tints of Blue Stone #196265

Color information

#196265 (or 0x196265) is unknown color: approx Blue Stone. HEX triplet: 19, 62 and 65. RGB value is (25,98,101). Sum of RGB (Red+Green+Blue) = 25+98+101=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #196265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196265 is #E69D9A. Grayscale: #4C4C4C. Windows color (decimal): -15113627 or 6644249. OLE color: 6644249.

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

Color convert

RGB2598101-
CMYK0.750.0300.60
HSL182.37º60.32%24.71%-
HSV(B)182.37º75.25%39.61%-
XYZ7.129.8813.84-
YUV76.51141.8291.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.16%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=11.16%
G=43.75%
B=45.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25981010.750.0300.60182.3760.3224.71
Hex1962654B303Cb63c19
Octal3114214511330742667431
Binary110011100010110010110010111101111001011011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196265; }

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

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

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

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

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

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

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

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