#195F67

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

Shades of Blue Stone #195F67

Tints of Blue Stone #195F67

Color information

#195F67 (or 0x195F67) is unknown color: approx Blue Stone. HEX triplet: 19, 5F and 67. RGB value is (25,95,103). Sum of RGB (Red+Green+Blue) = 25+95+103=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 103 - color contains mainly: blue. Hex color #195F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195F67 is #E6A098. Grayscale: #4A4A4A. Windows color (decimal): -15114393 or 6774553. OLE color: 6774553.

HSL color Cylindrical-coordinate representation of color #195F67: hue angle of 186.15º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #195F67 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2595103-
CMYK0.760.0800.60
HSL186.15º60.94%25.1%-
HSV(B)186.15º75.73%40.39%-
XYZ6.949.3714.27-
YUV74.98143.8192.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 95 (37.5% from 255) = 42.60%
BLUE value IS 103 (40.62% from 255) = 46.19%
R=11.21%
G=42.60%
B=46.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25951030.760.0800.60186.1560.9425.1
Hex195F674C803Cba3d19
Octal31137147114100742727531
Binary11001101111111001111001100100001111001011101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,95,103); }

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

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

 a { background-color: rgb(25,95,103); }

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

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

 span { border-color: rgb(25,95,103); }

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