#135D66

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

Shades of Blue Stone #135D66

Tints of Blue Stone #135D66

Color information

#135D66 (or 0x135D66) is unknown color: approx Blue Stone. HEX triplet: 13, 5D and 66. RGB value is (19,93,102). Sum of RGB (Red+Green+Blue) = 19+93+102=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #135D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D66 is #ECA299. Grayscale: #474747. Windows color (decimal): -15508122 or 6708499. OLE color: 6708499.

HSL color Cylindrical-coordinate representation of color #135D66: hue angle of 186.51º degrees, saturation: 0.69, 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 #135D66 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1993102-
CMYK0.810.0900.6
HSL186.51º68.6%23.73%-
HSV(B)186.51º81.37%40%-
XYZ6.588.9313.95-
YUV71.9144.9890.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 93 (36.72% from 255) = 43.46%
BLUE value IS 102 (40.23% from 255) = 47.66%
R=8.88%
G=43.46%
B=47.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19931020.810.0900.6186.5168.623.73
Hex135D6651903Cbb4518
Octal231351461211107427310530
Binary100111011101110011010100011001011110010111011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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