#136566

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

Shades of Blue Stone #136566

Tints of Blue Stone #136566

Color information

#136566 (or 0x136566) is unknown color: approx Blue Stone. HEX triplet: 13, 65 and 66. RGB value is (19,101,102). Sum of RGB (Red+Green+Blue) = 19+101+102=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #136566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136566 is #EC9A99. Grayscale: #4C4C4C. Windows color (decimal): -15506074 or 6710547. OLE color: 6710547.

HSL color Cylindrical-coordinate representation of color #136566: hue angle of 180.72º degrees, saturation: 0.69, 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 #136566 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB19101102-
CMYK0.810.0100.6
HSL180.72º68.6%23.73%-
HSV(B)180.72º81.37%40%-
XYZ7.3210.4114.19-
YUV76.6142.3386.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=8.56%
G=45.50%
B=45.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal191011020.810.0100.6180.7268.623.73
Hex13656651103Cb54518
Octal23145146121107426510530
Binary100111100101110011010100011011110010110101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136566; }

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

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

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

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

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

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

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

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