#136666

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

Shades of Blue Stone #136666

Tints of Blue Stone #136666

Color information

#136666 (or 0x136666) is unknown color: approx Blue Stone. HEX triplet: 13, 66 and 66. RGB value is (19,102,102). Sum of RGB (Red+Green+Blue) = 19+102+102=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #136666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136666 is #EC9999. Grayscale: #4D4D4D. Windows color (decimal): -15505818 or 6710803. OLE color: 6710803.

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

Color convert

RGB19102102-
CMYK0.81000.6
HSL180º68.6%23.73%-
HSV(B)180º81.37%40%-
XYZ7.4210.614.23-
YUV77.1814286.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.52%
GREEN value IS 102 (40.23% from 255) = 45.74%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=8.52%
G=45.74%
B=45.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal191021020.81000.618068.623.73
Hex13666651003Cb44518
Octal23146146121007426410530
Binary100111100110110011010100010011110010110100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136666; }

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

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

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

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

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

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

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

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