Html Css Color HEX #13716E Blue Stone

📋 copy color: '#13716E'

red 19 ◦ green 113 ◦ blue 110

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

Shades of Blue Stone #13716E

Tints of Blue Stone #13716E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.45%

R = 7.85%
G = 46.69%
B = 45.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#13716E (or 0x13716E) is known color: Blue Stone. HEX triplet: 13, 71 and 6E. RGB value is (19,113,110). Sum of RGB (Red+Green+Blue) = 19+113+110=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #13716E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13716E is #EC8E91. Grayscale: #545454. Windows color (decimal): -15502994 or 7237907. OLE color: 7237907.

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

Color convert

RGB 19 113 110 -
CMYK 0.83 0 0.03 0.56
HSL 178.09º 0.71% 0.26% -
HSV(B) 178.09º 0.83% 0.44% -
XYZ 8.99 13.07 16.8 -
YUV 84.55 142.36 81.24 -
System Red Green Blue C M Y K H S L
Decimal 19 113 110 0.83 0 0.03 0.56 178.09 0.71 0.26
Hex 13 71 6E 53 0 3 38 B2 47 1A
Octal 23 161 156 123 0 3 70 262 107 32
Binary 10011 1110001 1101110 1010011 0 11 111000 10110010 1000111 11010

Color Harmonies of #13716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13716E

Black with #13716E

Text Example


Text Example

White with #13716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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