#195861

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

Shades of Blue Stone #195861

Tints of Blue Stone #195861

Color information

#195861 (or 0x195861) is unknown color: approx Blue Stone. HEX triplet: 19, 58 and 61. RGB value is (25,88,97). Sum of RGB (Red+Green+Blue) = 25+88+97=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #195861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195861 is #E6A79E. Grayscale: #464646. Windows color (decimal): -15116191 or 6379545. OLE color: 6379545.

HSL color Cylindrical-coordinate representation of color #195861: hue angle of 187.5º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195861 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB258897-
CMYK0.740.0900.62
HSL187.5º59.02%23.92%-
HSV(B)187.5º74.23%38.04%-
XYZ6.058.0512.54-
YUV70.19143.1395.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.90%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=11.90%
G=41.90%
B=46.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2588970.740.0900.62187.559.0223.92
Hex1958614A903Ebc3b18
Octal31130141112110762747330
Binary11001101100011000011001010100101111101011110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195861; }

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

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

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

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

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

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

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

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