#135E60

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

Shades of Blue Stone #135E60

Tints of Blue Stone #135E60

Color information

#135E60 (or 0x135E60) is unknown color: approx Blue Stone. HEX triplet: 13, 5E and 60. RGB value is (19,94,96). Sum of RGB (Red+Green+Blue) = 19+94+96=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #135E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E60 is #ECA19F. Grayscale: #474747. Windows color (decimal): -15507872 or 6315539. OLE color: 6315539.

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

Color convert

RGB199496-
CMYK0.800.0200.62
HSL181.56º66.96%22.55%-
HSV(B)181.56º80.21%37.65%-
XYZ6.388.9912.46-
YUV71.8141.6590.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 94 (37.11% from 255) = 44.98%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=9.09%
G=44.98%
B=45.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1994960.800.0200.62181.5666.9622.55
Hex135E6050203Eb64317
Octal23136140120207626610327
Binary1001110111101100000101000010011111010110110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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