#136564

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

Shades of Blue Stone #136564

Tints of Blue Stone #136564

Color information

#136564 (or 0x136564) is unknown color: approx Blue Stone. HEX triplet: 13, 65 and 64. RGB value is (19,101,100). Sum of RGB (Red+Green+Blue) = 19+101+100=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #136564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136564 is #EC9A9B. Grayscale: #4C4C4C. Windows color (decimal): -15506076 or 6579475. OLE color: 6579475.

HSL color Cylindrical-coordinate representation of color #136564: hue angle of 179.27º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136564 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB19101100-
CMYK0.8100.010.60
HSL179.27º68.33%23.53%-
HSV(B)179.27º81.19%39.61%-
XYZ7.2210.3713.68-
YUV76.37141.3387.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.64%
GREEN value IS 101 (39.84% from 255) = 45.91%
BLUE value IS 100 (39.45% from 255) = 45.45%
R=8.64%
G=45.91%
B=45.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal191011000.8100.010.60179.2768.3323.53
Hex13656451013Cb34418
Octal23145144121017426310430
Binary100111100101110010010100010111110010110011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136564; }

 p { color: rgb(19,101,100); }

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

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

 a { background-color: rgb(19,101,100); }

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

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

 span { border-color: rgb(19,101,100); }

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