#135D61

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

Shades of Blue Stone #135D61

Tints of Blue Stone #135D61

Color information

#135D61 (or 0x135D61) is unknown color: approx Blue Stone. HEX triplet: 13, 5D and 61. RGB value is (19,93,97). Sum of RGB (Red+Green+Blue) = 19+93+97=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #135D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D61 is #ECA29E. Grayscale: #474747. Windows color (decimal): -15508127 or 6380819. OLE color: 6380819.

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

Color convert

RGB199397-
CMYK0.800.0400.62
HSL183.08º67.24%22.75%-
HSV(B)183.08º80.41%38.04%-
XYZ6.348.8312.68-
YUV71.33142.4890.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 93 (36.72% from 255) = 44.50%
BLUE value IS 97 (38.28% from 255) = 46.41%
R=9.09%
G=44.50%
B=46.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1993970.800.0400.62183.0867.2422.75
Hex135D6150403Eb74317
Octal23135141120407626710327
Binary10011101110111000011010000100011111010110111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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