#13645A

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

Shades of Blue Stone #13645A

Tints of Blue Stone #13645A

Color information

#13645A (or 0x13645A) is unknown color: approx Blue Stone. HEX triplet: 13, 64 and 5A. RGB value is (19,100,90). Sum of RGB (Red+Green+Blue) = 19+100+90=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 100 - color contains mainly: green. Hex color #13645A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13645A is #EC9BA5. Grayscale: #4A4A4A. Windows color (decimal): -15506342 or 5923859. OLE color: 5923859.

HSL color Cylindrical-coordinate representation of color #13645A: hue angle of 172.59º 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 #13645A is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB1910090-
CMYK0.8100.100.61
HSL172.59º68.07%23.33%-
HSV(B)172.59º81%39.22%-
XYZ6.679.9911.25-
YUV74.64136.6688.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 100 (39.45% from 255) = 47.85%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=9.09%
G=47.85%
B=43.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19100900.8100.100.61172.5968.0723.33
Hex13645A510A3Dad4417
Octal231441321210127525510427
Binary100111100100101101010100010101011110110101101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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