#135961

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

Shades of Blue Stone #135961

Tints of Blue Stone #135961

Color information

#135961 (or 0x135961) is unknown color: approx Blue Stone. HEX triplet: 13, 59 and 61. RGB value is (19,89,97). Sum of RGB (Red+Green+Blue) = 19+89+97=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #135961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135961 is #ECA69E. Grayscale: #444444. Windows color (decimal): -15509151 or 6379795. OLE color: 6379795.

HSL color Cylindrical-coordinate representation of color #135961: hue angle of 186.15º 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 #135961 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB198997-
CMYK0.800.0800.62
HSL186.15º67.24%22.75%-
HSV(B)186.15º80.41%38.04%-
XYZ68.1512.57-
YUV68.98143.8192.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 89 (35.16% from 255) = 43.41%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=9.27%
G=43.41%
B=47.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1989970.800.0800.62186.1567.2422.75
Hex13596150803Eba4317
Octal231311411201007627210327
Binary100111011001110000110100001000011111010111010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135961; }

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

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

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

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

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

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

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

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