#135359

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

Shades of Blue Stone #135359

Tints of Blue Stone #135359

Color information

#135359 (or 0x135359) is unknown color: approx Blue Stone. HEX triplet: 13, 53 and 59. RGB value is (19,83,89). Sum of RGB (Red+Green+Blue) = 19+83+89=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #135359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135359 is #ECACA6. Grayscale: #404040. Windows color (decimal): -15510695 or 5853971. OLE color: 5853971.

HSL color Cylindrical-coordinate representation of color #135359: hue angle of 185.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135359 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB198389-
CMYK0.790.0700.65
HSL185.14º64.81%21.18%-
HSV(B)185.14º78.65%34.9%-
XYZ5.167.0510.54-
YUV64.55141.895.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 83 (32.81% from 255) = 43.46%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=9.95%
G=43.46%
B=46.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1983890.790.0700.65185.1464.8121.18
Hex1353594F7041b94115
Octal231231311177010127110125
Binary100111010011101100110011111110100000110111001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135359; }

 p { color: rgb(19,83,89); }

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

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

 a { background-color: rgb(19,83,89); }

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

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

 span { border-color: rgb(19,83,89); }

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