#136766

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

Shades of Blue Stone #136766

Tints of Blue Stone #136766

Color information

#136766 (or 0x136766) is unknown color: approx Blue Stone. HEX triplet: 13, 67 and 66. RGB value is (19,103,102). Sum of RGB (Red+Green+Blue) = 19+103+102=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 103 - color contains mainly: green. Hex color #136766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136766 is #EC9899. Grayscale: #4D4D4D. Windows color (decimal): -15505562 or 6711059. OLE color: 6711059.

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

Color convert

RGB19103102-
CMYK0.8200.010.60
HSL179.29º68.85%23.92%-
HSV(B)179.29º81.55%40.39%-
XYZ7.5210.814.26-
YUV77.77141.6786.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.48%
GREEN value IS 103 (40.62% from 255) = 45.98%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=8.48%
G=45.98%
B=45.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal191031020.8200.010.60179.2968.8523.92
Hex13676652013Cb34518
Octal23147146122017426310530
Binary100111100111110011010100100111110010110011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136766; }

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

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

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

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

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

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

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

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