#135A60

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

Shades of Blue Stone #135A60

Tints of Blue Stone #135A60

Color information

#135A60 (or 0x135A60) is unknown color: approx Blue Stone. HEX triplet: 13, 5A and 60. RGB value is (19,90,96). Sum of RGB (Red+Green+Blue) = 19+90+96=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #135A60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A60 is #ECA59F. Grayscale: #454545. Windows color (decimal): -15508896 or 6314515. OLE color: 6314515.

HSL color Cylindrical-coordinate representation of color #135A60: hue angle of 184.68º 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 #135A60 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB199096-
CMYK0.800.0600.62
HSL184.68º66.96%22.55%-
HSV(B)184.68º80.21%37.65%-
XYZ6.048.312.35-
YUV69.46142.9892.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 90 (35.55% from 255) = 43.90%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=9.27%
G=43.90%
B=46.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1990960.800.0600.62184.6866.9622.55
Hex135A6050603Eb94317
Octal23132140120607627110327
Binary10011101101011000001010000110011111010111001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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