#136969

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

Shades of Blue Stone #136969

Tints of Blue Stone #136969

Color information

#136969 (or 0x136969) is unknown color: approx Blue Stone. HEX triplet: 13, 69 and 69. RGB value is (19,105,105). Sum of RGB (Red+Green+Blue) = 19+105+105=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #136969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136969 is #EC9696. Grayscale: #4F4F4F. Windows color (decimal): -15505047 or 6908179. OLE color: 6908179.

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

Color convert

RGB19105105-
CMYK0.82000.59
HSL180º69.35%24.31%-
HSV(B)180º81.9%41.18%-
XYZ7.8711.2615.12-
YUV79.29142.5185-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.30%
GREEN value IS 105 (41.41% from 255) = 45.85%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=8.30%
G=45.85%
B=45.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal191051050.82000.5918069.3524.31
Hex13696952003Bb44518
Octal23151151122007326410530
Binary100111101001110100110100100011101110110100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136969; }

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

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

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

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

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

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

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

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