#135763

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

Shades of Blue Stone #135763

Tints of Blue Stone #135763

Color information

#135763 (or 0x135763) is unknown color: approx Blue Stone. HEX triplet: 13, 57 and 63. RGB value is (19,87,99). Sum of RGB (Red+Green+Blue) = 19+87+99=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #135763 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135763 is #ECA89C. Grayscale: #434343. Windows color (decimal): -15509661 or 6510355. OLE color: 6510355.

HSL color Cylindrical-coordinate representation of color #135763: hue angle of 189º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135763 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB198799-
CMYK0.810.1200.61
HSL189º67.8%23.14%-
HSV(B)189º80.81%38.82%-
XYZ5.937.8613.01-
YUV68.04145.4793.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=9.27%
G=42.44%
B=48.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1987990.810.1200.6118967.823.14
Hex13576351C03Dbd4417
Octal231271431211407527510427
Binary100111010111110001110100011100011110110111101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135763; }

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

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

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

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

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

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

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

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