#195E6C

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

Shades of Blue Stone #195E6C

Tints of Blue Stone #195E6C

Color information

#195E6C (or 0x195E6C) is unknown color: approx Blue Stone. HEX triplet: 19, 5E and 6C. RGB value is (25,94,108). Sum of RGB (Red+Green+Blue) = 25+94+108=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #195E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195E6C is #E6A193. Grayscale: #4A4A4A. Windows color (decimal): -15114644 or 7101977. OLE color: 7101977.

HSL color Cylindrical-coordinate representation of color #195E6C: hue angle of 190.12º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #195E6C is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2594108-
CMYK0.770.1300.58
HSL190.12º62.41%26.08%-
HSV(B)190.12º76.85%42.35%-
XYZ7.119.2915.61-
YUV74.96146.6492.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.01%
GREEN value IS 94 (37.11% from 255) = 41.41%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=11.01%
G=41.41%
B=47.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25941080.770.1300.58190.1262.4126.08
Hex195E6C4DD03Abe3e1a
Octal31136154115150722767632
Binary11001101111011011001001101110101110101011111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195E6C; }

 p { color: rgb(25,94,108); }

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

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

 a { background-color: rgb(25,94,108); }

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

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

 span { border-color: rgb(25,94,108); }

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