#13656A

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

Shades of Blue Stone #13656A

Tints of Blue Stone #13656A

Color information

#13656A (or 0x13656A) is unknown color: approx Blue Stone. HEX triplet: 13, 65 and 6A. RGB value is (19,101,106). Sum of RGB (Red+Green+Blue) = 19+101+106=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #13656A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13656A is #EC9A95. Grayscale: #4C4C4C. Windows color (decimal): -15506070 or 6972691. OLE color: 6972691.

HSL color Cylindrical-coordinate representation of color #13656A: hue angle of 183.45º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13656A is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB19101106-
CMYK0.820.0500.58
HSL183.45º69.6%24.51%-
HSV(B)183.45º82.08%41.57%-
XYZ7.5210.4915.26-
YUV77.05144.3386.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.41%
GREEN value IS 101 (39.84% from 255) = 44.69%
BLUE value IS 106 (41.80% from 255) = 46.90%
R=8.41%
G=44.69%
B=46.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal191011060.820.0500.58183.4569.624.51
Hex13656A52503Ab74619
Octal23145152122507226710631
Binary10011110010111010101010010101011101010110111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,101,106); }

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

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

 a { background-color: rgb(19,101,106); }

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

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

 span { border-color: rgb(19,101,106); }

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