#136664

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

Shades of Blue Stone #136664

Tints of Blue Stone #136664

Color information

#136664 (or 0x136664) is unknown color: approx Blue Stone. HEX triplet: 13, 66 and 64. RGB value is (19,102,100). Sum of RGB (Red+Green+Blue) = 19+102+100=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #136664 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136664 is #EC999B. Grayscale: #4C4C4C. Windows color (decimal): -15505820 or 6579731. OLE color: 6579731.

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

Color convert

RGB19102100-
CMYK0.8100.020.6
HSL178.55º68.6%23.73%-
HSV(B)178.55º81.37%40%-
XYZ7.3210.5613.71-
YUV76.9614186.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.60%
GREEN value IS 102 (40.23% from 255) = 46.15%
BLUE value IS 100 (39.45% from 255) = 45.25%
R=8.60%
G=46.15%
B=45.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal191021000.8100.020.6178.5568.623.73
Hex13666451023Cb34518
Octal23146144121027426310530
Binary1001111001101100100101000101011110010110011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136664; }

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

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

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

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

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

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

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

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