#136857

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

Shades of Blue Stone #136857

Tints of Blue Stone #136857

Color information

#136857 (or 0x136857) is unknown color: approx Blue Stone. HEX triplet: 13, 68 and 57. RGB value is (19,104,87). Sum of RGB (Red+Green+Blue) = 19+104+87=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #136857 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136857 is #EC97A8. Grayscale: #4C4C4C. Windows color (decimal): -15505321 or 5728275. OLE color: 5728275.

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

Color convert

RGB1910487-
CMYK0.8200.160.59
HSL168º69.11%24.12%-
HSV(B)168º81.73%40.78%-
XYZ6.9410.7310.72-
YUV76.65133.8486.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 104 (41.02% from 255) = 49.52%
BLUE value IS 87 (34.38% from 255) = 41.43%
R=9.05%
G=49.52%
B=41.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104870.8200.160.5916869.1124.12
Hex136857520103Ba84518
Octal231501271220207325010530
Binary1001111010001010111101001001000011101110101000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136857; }

 p { color: rgb(19,104,87); }

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

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

 a { background-color: rgb(19,104,87); }

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

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

 span { border-color: rgb(19,104,87); }

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