#195963

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

Shades of Blue Stone #195963

Tints of Blue Stone #195963

Color information

#195963 (or 0x195963) is unknown color: approx Blue Stone. HEX triplet: 19, 59 and 63. RGB value is (25,89,99). Sum of RGB (Red+Green+Blue) = 25+89+99=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #195963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195963 is #E6A69C. Grayscale: #464646. Windows color (decimal): -15115933 or 6510873. OLE color: 6510873.

HSL color Cylindrical-coordinate representation of color #195963: hue angle of 188.11º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #195963 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB258999-
CMYK0.750.1000.61
HSL188.11º59.68%24.31%-
HSV(B)188.11º74.75%38.82%-
XYZ6.238.2513.07-
YUV71143.895.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 89 (35.16% from 255) = 41.78%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=11.74%
G=41.78%
B=46.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2589990.750.1000.61188.1159.6824.31
Hex1959634BA03Dbc3c18
Octal31131143113120752747430
Binary11001101100111000111001011101001111011011110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195963; }

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

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

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

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

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

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

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

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