#136357

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

Shades of Blue Stone #136357

Tints of Blue Stone #136357

Color information

#136357 (or 0x136357) is unknown color: approx Blue Stone. HEX triplet: 13, 63 and 57. RGB value is (19,99,87). Sum of RGB (Red+Green+Blue) = 19+99+87=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #136357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136357 is #EC9CA8. Grayscale: #494949. Windows color (decimal): -15506601 or 5726995. OLE color: 5726995.

HSL color Cylindrical-coordinate representation of color #136357: hue angle of 171º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136357 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB199987-
CMYK0.8100.120.61
HSL171º67.8%23.14%-
HSV(B)171º80.81%38.82%-
XYZ6.459.7510.56-
YUV73.71135.588.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 99 (39.06% from 255) = 48.29%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=9.27%
G=48.29%
B=42.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1999870.8100.120.6117167.823.14
Hex136357510C3Dab4417
Octal231431271210147525310427
Binary100111100011101011110100010110011110110101011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136357; }

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

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

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

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

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

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

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

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