#13545D

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

Shades of Blue Stone #13545D

Tints of Blue Stone #13545D

Color information

#13545D (or 0x13545D) is unknown color: approx Blue Stone. HEX triplet: 13, 54 and 5D. RGB value is (19,84,93). Sum of RGB (Red+Green+Blue) = 19+84+93=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #13545D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13545D is #ECABA2. Grayscale: #414141. Windows color (decimal): -15510435 or 6116371. OLE color: 6116371.

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

Color convert

RGB198493-
CMYK0.800.1000.64
HSL187.3º66.07%21.96%-
HSV(B)187.3º79.57%36.47%-
XYZ5.417.2711.47-
YUV65.59143.4794.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.69%
GREEN value IS 84 (33.20% from 255) = 42.86%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=9.69%
G=42.86%
B=47.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1984930.800.1000.64187.366.0721.96
Hex13545D50A040bb4216
Octal2312413512012010027310226
Binary1001110101001011101101000010100100000010111011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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