#137167

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

Shades of Blue Stone #137167

Tints of Blue Stone #137167

Color information

#137167 (or 0x137167) is unknown color: approx Blue Stone. HEX triplet: 13, 71 and 67. RGB value is (19,113,103). Sum of RGB (Red+Green+Blue) = 19+113+103=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #137167 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137167 is #EC8E98. Grayscale: #535353. Windows color (decimal): -15503001 or 6779155. OLE color: 6779155.

HSL color Cylindrical-coordinate representation of color #137167: hue angle of 173.62º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137167 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB19113103-
CMYK0.8300.090.56
HSL173.62º71.21%25.88%-
HSV(B)173.62º83.19%44.31%-
XYZ8.6212.9314.87-
YUV83.75138.8681.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.09%
GREEN value IS 113 (44.53% from 255) = 48.09%
BLUE value IS 103 (40.62% from 255) = 43.83%
R=8.09%
G=48.09%
B=43.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal191131030.8300.090.56173.6271.2125.88
Hex137167530938ae471a
Octal231611471230117025610732
Binary100111110001110011110100110100111100010101110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137167; }

 p { color: rgb(19,113,103); }

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

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

 a { background-color: rgb(19,113,103); }

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

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

 span { border-color: rgb(19,113,103); }

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