Html Css Color HEX #13716C Blue Stone

📋 copy color: '#13716C'

red 19 ◦ green 113 ◦ blue 108

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

Shades of Blue Stone #13716C

Tints of Blue Stone #13716C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45%

R = 7.92%
G = 47.08%
B = 45%

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

#13716C (or 0x13716C) is known color: Blue Stone. HEX triplet: 13, 71 and 6C. RGB value is (19,113,108). Sum of RGB (Red+Green+Blue) = 19+113+108=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #13716C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13716C is #EC8E93. Grayscale: #545454. Windows color (decimal): -15502996 or 7106835. OLE color: 7106835.

HSL color Cylindrical-coordinate representation of color #13716C: hue angle of 176.81º 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 #13716C is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 113 108 -
CMYK 0.83 0 0.04 0.56
HSL 176.81º 0.71% 0.26% -
HSV(B) 176.81º 0.83% 0.44% -
XYZ 8.88 13.03 16.23 -
YUV 84.32 141.36 81.41 -
System Red Green Blue C M Y K H S L
Decimal 19 113 108 0.83 0 0.04 0.56 176.81 0.71 0.26
Hex 13 71 6C 53 0 4 38 B1 47 1A
Octal 23 161 154 123 0 4 70 261 107 32
Binary 10011 1110001 1101100 1010011 0 100 111000 10110001 1000111 11010

Color Harmonies of #13716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13716C

Black with #13716C

Text Example


Text Example

White with #13716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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