#13545C

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

Shades of Blue Stone #13545C

Tints of Blue Stone #13545C

Color information

#13545C (or 0x13545C) is unknown color: approx Blue Stone. HEX triplet: 13, 54 and 5C. RGB value is (19,84,92). Sum of RGB (Red+Green+Blue) = 19+84+92=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #13545C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13545C is #ECABA3. Grayscale: #414141. Windows color (decimal): -15510436 or 6050835. OLE color: 6050835.

HSL color Cylindrical-coordinate representation of color #13545C: hue angle of 186.58º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13545C is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB198492-
CMYK0.790.0900.64
HSL186.58º65.77%21.76%-
HSV(B)186.58º79.35%36.08%-
XYZ5.377.2511.24-
YUV65.48142.9794.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.74%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=9.74%
G=43.08%
B=47.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1984920.790.0900.64186.5865.7721.76
Hex13545C4F9040bb4216
Octal2312413411711010027310226
Binary1001110101001011100100111110010100000010111011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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