#136967

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

Shades of Blue Stone #136967

Tints of Blue Stone #136967

Color information

#136967 (or 0x136967) is unknown color: approx Blue Stone. HEX triplet: 13, 69 and 67. RGB value is (19,105,103). Sum of RGB (Red+Green+Blue) = 19+105+103=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #136967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136967 is #EC9698. Grayscale: #4E4E4E. Windows color (decimal): -15505049 or 6777107. OLE color: 6777107.

HSL color Cylindrical-coordinate representation of color #136967: hue angle of 178.6º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136967 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB19105103-
CMYK0.8200.020.59
HSL178.6º69.35%24.31%-
HSV(B)178.6º81.9%41.18%-
XYZ7.7711.2214.59-
YUV79.06141.5185.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 105 (41.41% from 255) = 46.26%
BLUE value IS 103 (40.62% from 255) = 45.37%
R=8.37%
G=46.26%
B=45.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal191051030.8200.020.59178.669.3524.31
Hex13696752023Bb34518
Octal23151147122027326310530
Binary1001111010011100111101001001011101110110011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136967; }

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

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

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

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

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

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

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

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