#135C65

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

Shades of Blue Stone #135C65

Tints of Blue Stone #135C65

Color information

#135C65 (or 0x135C65) is unknown color: approx Blue Stone. HEX triplet: 13, 5C and 65. RGB value is (19,92,101). Sum of RGB (Red+Green+Blue) = 19+92+101=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #135C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C65 is #ECA39A. Grayscale: #474747. Windows color (decimal): -15508379 or 6642707. OLE color: 6642707.

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

Color convert

RGB1992101-
CMYK0.810.0900.60
HSL186.59º68.33%23.53%-
HSV(B)186.59º81.19%39.61%-
XYZ6.448.7313.66-
YUV71.2144.8290.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 101 (39.84% from 255) = 47.64%
R=8.96%
G=43.40%
B=47.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19921010.810.0900.60186.5968.3323.53
Hex135C6551903Cbb4418
Octal231341451211107427310430
Binary100111011100110010110100011001011110010111011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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