#13645C

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

Shades of Blue Stone #13645C

Tints of Blue Stone #13645C

Color information

#13645C (or 0x13645C) is unknown color: approx Blue Stone. HEX triplet: 13, 64 and 5C. RGB value is (19,100,92). Sum of RGB (Red+Green+Blue) = 19+100+92=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 100 - color contains mainly: green. Hex color #13645C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13645C is #EC9BA3. Grayscale: #4A4A4A. Windows color (decimal): -15506340 or 6054931. OLE color: 6054931.

HSL color Cylindrical-coordinate representation of color #13645C: hue angle of 174.07º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13645C is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB1910092-
CMYK0.8100.080.61
HSL174.07º68.07%23.33%-
HSV(B)174.07º81%39.22%-
XYZ6.7610.0311.7-
YUV74.87137.6688.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 100 (39.45% from 255) = 47.39%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=9.00%
G=47.39%
B=43.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19100920.8100.080.61174.0768.0723.33
Hex13645C51083Dae4417
Octal231441341210107525610427
Binary100111100100101110010100010100011110110101110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13645C; }

 p { color: rgb(19,100,92); }

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

<style>
 a { background-color: #13645C; }

 a { background-color: rgb(19,100,92); }

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

<style>
 span { border-color: #13645C; }

 span { border-color: rgb(19,100,92); }

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