#195866

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

Shades of Blue Stone #195866

Tints of Blue Stone #195866

Color information

#195866 (or 0x195866) is unknown color: approx Blue Stone. HEX triplet: 19, 58 and 66. RGB value is (25,88,102). Sum of RGB (Red+Green+Blue) = 25+88+102=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #195866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195866 is #E6A799. Grayscale: #464646. Windows color (decimal): -15116186 or 6707225. OLE color: 6707225.

HSL color Cylindrical-coordinate representation of color #195866: hue angle of 190.91º degrees, saturation: 0.61, 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 #195866 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2588102-
CMYK0.750.1400.6
HSL190.91º60.63%24.9%-
HSV(B)190.91º75.49%40%-
XYZ6.298.1513.81-
YUV70.76145.6395.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.63%
GREEN value IS 88 (34.77% from 255) = 40.93%
BLUE value IS 102 (40.23% from 255) = 47.44%
R=11.63%
G=40.93%
B=47.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25881020.750.1400.6190.9160.6324.9
Hex1958664BE03Cbf3d19
Octal31130146113160742777531
Binary11001101100011001101001011111001111001011111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195866; }

 p { color: rgb(25,88,102); }

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

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

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

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

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

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

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