Html Css Color HEX #13716D Blue Stone

📋 copy color: '#13716D'

red 19 ◦ green 113 ◦ blue 109

#13716D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #13716D

Tints of Blue Stone #13716D

RGB

 RED value IS 19 (7.81% from 255) = 7.88%

 GREEN value IS 113 (44.53% from 255) = 46.89%

 BLUE value IS 109 (42.97% from 255) = 45.23%

R = 7.88%
G = 46.89%
B = 45.23%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#13716D (or 0x13716D) is known color: Blue Stone. HEX triplet: 13, 71 and 6D. RGB value is (19,113,109). Sum of RGB (Red+Green+Blue) = 19+113+109=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #13716D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13716D is #EC8E92. Grayscale: #545454. Windows color (decimal): -15502995 or 7172371. OLE color: 7172371.

HSL color Cylindrical-coordinate representation of color #13716D: hue angle of 177.45º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13716D is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 113 109 -
CMYK 0.83 0 0.04 0.56
HSL 177.45º 0.71% 0.26% -
HSV(B) 177.45º 0.83% 0.44% -
XYZ 8.93 13.05 16.52 -
YUV 84.44 141.86 81.33 -
System Red Green Blue C M Y K H S L
Decimal 19 113 109 0.83 0 0.04 0.56 177.45 0.71 0.26
Hex 13 71 6D 53 0 4 38 B1 47 1A
Octal 23 161 155 123 0 4 70 261 107 32
Binary 10011 1110001 1101101 1010011 0 100 111000 10110001 1000111 11010

Color Harmonies of #13716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13716D

Black with #13716D

Text Example


Text Example

White with #13716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,113,109); }

 H1.HeaderClassName
 {
   color: #13716D;
 }
 .AnyTagClassName
 {
   color: #13716D;
 }
</style>

background-color css

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

 a { background-color: rgb(19,113,109); }

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

border-color css

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

 span { border-color: rgb(19,113,109); }

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