#136956

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

Shades of Blue Stone #136956

Tints of Blue Stone #136956

Color information

#136956 (or 0x136956) is unknown color: approx Blue Stone. HEX triplet: 13, 69 and 56. RGB value is (19,105,86). Sum of RGB (Red+Green+Blue) = 19+105+86=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #136956 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136956 is #EC96A9. Grayscale: #4D4D4D. Windows color (decimal): -15505066 or 5662995. OLE color: 5662995.

HSL color Cylindrical-coordinate representation of color #136956: hue angle of 166.74º 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 #136956 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1910586-
CMYK0.8200.180.59
HSL166.74º69.35%24.31%-
HSV(B)166.74º81.9%41.18%-
XYZ710.9110.54-
YUV77.12133.0186.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 105 (41.41% from 255) = 50%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=9.05%
G=50%
B=40.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19105860.8200.180.59166.7469.3524.31
Hex136956520123Ba74518
Octal231511261220227324710530
Binary1001111010011010110101001001001011101110100111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136956; }

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

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

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

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

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

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

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

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