#13565F

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

Shades of Blue Stone #13565F

Tints of Blue Stone #13565F

Color information

#13565F (or 0x13565F) is unknown color: approx Blue Stone. HEX triplet: 13, 56 and 5F. RGB value is (19,86,95). Sum of RGB (Red+Green+Blue) = 19+86+95=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #13565F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13565F is #ECA9A0. Grayscale: #424242. Windows color (decimal): -15509921 or 6247955. OLE color: 6247955.

HSL color Cylindrical-coordinate representation of color #13565F: hue angle of 187.11º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13565F is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB198695-
CMYK0.800.0900.63
HSL187.11º66.67%22.35%-
HSV(B)187.11º80%37.25%-
XYZ5.667.6212-
YUV66.99143.893.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.5%
GREEN value IS 86 (33.98% from 255) = 43%
BLUE value IS 95 (37.5% from 255) = 47.5%
R=9.5%
G=43%
B=47.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1986950.800.0900.63187.1166.6722.35
Hex13565F50903Fbb4316
Octal231261371201107727310326
Binary100111010110101111110100001001011111110111011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13565F; }

 p { color: rgb(19,86,95); }

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

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

 a { background-color: rgb(19,86,95); }

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

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

 span { border-color: rgb(19,86,95); }

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