#13565A

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

Shades of Blue Stone #13565A

Tints of Blue Stone #13565A

Color information

#13565A (or 0x13565A) is unknown color: approx Blue Stone. HEX triplet: 13, 56 and 5A. RGB value is (19,86,90). Sum of RGB (Red+Green+Blue) = 19+86+90=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #13565A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13565A is #ECA9A5. Grayscale: #424242. Windows color (decimal): -15509926 or 5920275. OLE color: 5920275.

HSL color Cylindrical-coordinate representation of color #13565A: hue angle of 183.38º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13565A is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB198690-
CMYK0.790.0400.65
HSL183.38º65.14%21.37%-
HSV(B)183.38º78.89%35.29%-
XYZ5.447.5310.84-
YUV66.42141.394.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.74%
GREEN value IS 86 (33.98% from 255) = 44.10%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=9.74%
G=44.10%
B=46.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1986900.790.0400.65183.3865.1421.37
Hex13565A4F4041b74115
Octal231261321174010126710125
Binary100111010110101101010011111000100000110110111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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