#135761

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

Shades of Blue Stone #135761

Tints of Blue Stone #135761

Color information

#135761 (or 0x135761) is unknown color: approx Blue Stone. HEX triplet: 13, 57 and 61. RGB value is (19,87,97). Sum of RGB (Red+Green+Blue) = 19+87+97=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #135761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135761 is #ECA89E. Grayscale: #434343. Windows color (decimal): -15509663 or 6379283. OLE color: 6379283.

HSL color Cylindrical-coordinate representation of color #135761: hue angle of 187.69º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135761 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB198797-
CMYK0.800.1000.62
HSL187.69º67.24%22.75%-
HSV(B)187.69º80.41%38.04%-
XYZ5.837.8212.51-
YUV67.81144.4793.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.36%
GREEN value IS 87 (34.38% from 255) = 42.86%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=9.36%
G=42.86%
B=47.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1987970.800.1000.62187.6967.2422.75
Hex13576150A03Ebc4317
Octal231271411201207627410327
Binary100111010111110000110100001010011111010111100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135761; }

 p { color: rgb(19,87,97); }

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

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

 a { background-color: rgb(19,87,97); }

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

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

 span { border-color: rgb(19,87,97); }

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