#135D65

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

Shades of Blue Stone #135D65

Tints of Blue Stone #135D65

Color information

#135D65 (or 0x135D65) is unknown color: approx Blue Stone. HEX triplet: 13, 5D and 65. RGB value is (19,93,101). Sum of RGB (Red+Green+Blue) = 19+93+101=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #135D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D65 is #ECA29A. Grayscale: #474747. Windows color (decimal): -15508123 or 6642963. OLE color: 6642963.

HSL color Cylindrical-coordinate representation of color #135D65: hue angle of 185.85º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135D65 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1993101-
CMYK0.810.0800.60
HSL185.85º68.33%23.53%-
HSV(B)185.85º81.19%39.61%-
XYZ6.538.9113.69-
YUV71.79144.4890.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 93 (36.72% from 255) = 43.66%
BLUE value IS 101 (39.84% from 255) = 47.42%
R=8.92%
G=43.66%
B=47.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19931010.810.0800.60185.8568.3323.53
Hex135D6551803Cba4418
Octal231351451211007427210430
Binary100111011101110010110100011000011110010111010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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