#136F5E

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

Shades of Blue Stone #136F5E

Tints of Blue Stone #136F5E

Color information

#136F5E (or 0x136F5E) is unknown color: approx Blue Stone. HEX triplet: 13, 6F and 5E. RGB value is (19,111,94). Sum of RGB (Red+Green+Blue) = 19+111+94=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #136F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F5E is #EC90A1. Grayscale: #515151. Windows color (decimal): -15503522 or 6188819. OLE color: 6188819.

HSL color Cylindrical-coordinate representation of color #136F5E: hue angle of 168.91º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F5E is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1911194-
CMYK0.8300.150.56
HSL168.91º70.77%25.49%-
HSV(B)168.91º82.88%43.53%-
XYZ7.9712.3212.55-
YUV81.55135.0283.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.48%
GREEN value IS 111 (43.75% from 255) = 49.55%
BLUE value IS 94 (37.11% from 255) = 41.96%
R=8.48%
G=49.55%
B=41.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19111940.8300.150.56168.9170.7725.49
Hex136F5E530F38a94719
Octal231571361230177025110731
Binary100111101111101111010100110111111100010101001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136F5E; }

 p { color: rgb(19,111,94); }

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

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

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

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

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

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

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