#135B64

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

Shades of Blue Stone #135B64

Tints of Blue Stone #135B64

Color information

#135B64 (or 0x135B64) is unknown color: approx Blue Stone. HEX triplet: 13, 5B and 64. RGB value is (19,91,100). Sum of RGB (Red+Green+Blue) = 19+91+100=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #135B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B64 is #ECA49B. Grayscale: #464646. Windows color (decimal): -15508636 or 6576915. OLE color: 6576915.

HSL color Cylindrical-coordinate representation of color #135B64: hue angle of 186.67º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135B64 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB1991100-
CMYK0.810.0900.61
HSL186.67º68.07%23.33%-
HSV(B)186.67º81%39.22%-
XYZ6.318.5413.37-
YUV70.5144.6591.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 91 (35.94% from 255) = 43.33%
BLUE value IS 100 (39.45% from 255) = 47.62%
R=9.05%
G=43.33%
B=47.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19911000.810.0900.61186.6768.0723.33
Hex135B6451903Dbb4417
Octal231331441211107527310427
Binary100111011011110010010100011001011110110111011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,91,100); }

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

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

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

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

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

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

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