#135B65

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

Shades of Blue Stone #135B65

Tints of Blue Stone #135B65

Color information

#135B65 (or 0x135B65) is unknown color: approx Blue Stone. HEX triplet: 13, 5B and 65. RGB value is (19,91,101). Sum of RGB (Red+Green+Blue) = 19+91+101=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 91 (35.94% from 255 or 43.13% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #135B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B65 is #ECA49A. Grayscale: #464646. Windows color (decimal): -15508635 or 6642451. OLE color: 6642451.

HSL color Cylindrical-coordinate representation of color #135B65: hue angle of 187.32º 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 #135B65 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1991101-
CMYK0.810.1000.60
HSL187.32º68.33%23.53%-
HSV(B)187.32º81.19%39.61%-
XYZ6.368.5613.63-
YUV70.61145.1591.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 91 (35.94% from 255) = 43.13%
BLUE value IS 101 (39.84% from 255) = 47.87%
R=9.00%
G=43.13%
B=47.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19911010.810.1000.60187.3268.3323.53
Hex135B6551A03Cbb4418
Octal231331451211207427310430
Binary100111011011110010110100011010011110010111011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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