#135963

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

Shades of Blue Stone #135963

Tints of Blue Stone #135963

Color information

#135963 (or 0x135963) is unknown color: approx Blue Stone. HEX triplet: 13, 59 and 63. RGB value is (19,89,99). Sum of RGB (Red+Green+Blue) = 19+89+99=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #135963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135963 is #ECA69C. Grayscale: #454545. Windows color (decimal): -15509149 or 6510867. OLE color: 6510867.

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

Color convert

RGB198999-
CMYK0.810.1000.61
HSL187.5º67.8%23.14%-
HSV(B)187.5º80.81%38.82%-
XYZ6.098.1813.06-
YUV69.21144.8192.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.18%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 99 (39.06% from 255) = 47.83%
R=9.18%
G=43.00%
B=47.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1989990.810.1000.61187.567.823.14
Hex13596351A03Dbc4417
Octal231311431211207527410427
Binary100111011001110001110100011010011110110111100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135963; }

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

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

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

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

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

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

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

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