#13565E

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

Shades of Blue Stone #13565E

Tints of Blue Stone #13565E

Color information

#13565E (or 0x13565E) is unknown color: approx Blue Stone. HEX triplet: 13, 56 and 5E. RGB value is (19,86,94). Sum of RGB (Red+Green+Blue) = 19+86+94=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #13565E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13565E is #ECA9A1. Grayscale: #424242. Windows color (decimal): -15509922 or 6182419. OLE color: 6182419.

HSL color Cylindrical-coordinate representation of color #13565E: hue angle of 186.4º degrees, saturation: 0.66, 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 #13565E is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB198694-
CMYK0.800.0900.63
HSL186.4º66.37%22.16%-
HSV(B)186.4º79.79%36.86%-
XYZ5.627.611.76-
YUV66.88143.393.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 86 (33.98% from 255) = 43.22%
BLUE value IS 94 (37.11% from 255) = 47.24%
R=9.55%
G=43.22%
B=47.24%

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
Decimal1986940.800.0900.63186.466.3722.16
Hex13565E50903Fba4216
Octal231261361201107727210226
Binary100111010110101111010100001001011111110111010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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