#135A61

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

Shades of Blue Stone #135A61

Tints of Blue Stone #135A61

Color information

#135A61 (or 0x135A61) is unknown color: approx Blue Stone. HEX triplet: 13, 5A and 61. RGB value is (19,90,97). Sum of RGB (Red+Green+Blue) = 19+90+97=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #135A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A61 is #ECA59E. Grayscale: #454545. Windows color (decimal): -15508895 or 6380051. OLE color: 6380051.

HSL color Cylindrical-coordinate representation of color #135A61: hue angle of 185.38º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135A61 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB199097-
CMYK0.800.0700.62
HSL185.38º67.24%22.75%-
HSV(B)185.38º80.41%38.04%-
XYZ6.088.3112.59-
YUV69.57143.4891.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.22%
GREEN value IS 90 (35.55% from 255) = 43.69%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=9.22%
G=43.69%
B=47.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1990970.800.0700.62185.3867.2422.75
Hex135A6150703Eb94317
Octal23132141120707627110327
Binary10011101101011000011010000111011111010111001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135A61; }

 p { color: rgb(19,90,97); }

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

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

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

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

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

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

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