#13595D

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

Shades of Blue Stone #13595D

Tints of Blue Stone #13595D

Color information

#13595D (or 0x13595D) is unknown color: approx Blue Stone. HEX triplet: 13, 59 and 5D. RGB value is (19,89,93). Sum of RGB (Red+Green+Blue) = 19+89+93=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #13595D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13595D is #ECA6A2. Grayscale: #444444. Windows color (decimal): -15509155 or 6117651. OLE color: 6117651.

HSL color Cylindrical-coordinate representation of color #13595D: hue angle of 183.24º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13595D is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB198993-
CMYK0.800.0400.64
HSL183.24º66.07%21.96%-
HSV(B)183.24º79.57%36.47%-
XYZ5.828.0711.61-
YUV68.53141.8192.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 89 (35.16% from 255) = 44.28%
BLUE value IS 93 (36.72% from 255) = 46.27%
R=9.45%
G=44.28%
B=46.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1989930.800.0400.64183.2466.0721.96
Hex13595D504040b74216
Octal231311351204010026710226
Binary100111011001101110110100001000100000010110111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13595D; }

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

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

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

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

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

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

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

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