Html Css Color HEX #13706F Blue Stone

📋 copy color: '#13706F'

red 19 ◦ green 112 ◦ blue 111

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

Shades of Blue Stone #13706F

Tints of Blue Stone #13706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.28%

 BLUE value IS 111 (43.75% from 255) = 45.87%

R = 7.85%
G = 46.28%
B = 45.87%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#13706F (or 0x13706F) is known color: Blue Stone. HEX triplet: 13, 70 and 6F. RGB value is (19,112,111). Sum of RGB (Red+Green+Blue) = 19+112+111=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #13706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13706F is #EC8F90. Grayscale: #535353. Windows color (decimal): -15503249 or 7303187. OLE color: 7303187.

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

Color convert

RGB 19 112 111 -
CMYK 0.83 0 0.01 0.56
HSL 179.35º 0.71% 0.26% -
HSV(B) 179.35º 0.83% 0.44% -
XYZ 8.93 12.87 17.05 -
YUV 84.08 143.19 81.58 -
System Red Green Blue C M Y K H S L
Decimal 19 112 111 0.83 0 0.01 0.56 179.35 0.71 0.26
Hex 13 70 6F 53 0 1 38 B3 47 1A
Octal 23 160 157 123 0 1 70 263 107 32
Binary 10011 1110000 1101111 1010011 0 1 111000 10110011 1000111 11010

Color Harmonies of #13706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13706F

Black with #13706F

Text Example


Text Example

White with #13706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13706F; }

 p { color: rgb(19,112,111); }

 H1.HeaderClassName
 {
   color: #13706F;
 }
 .AnyTagClassName
 {
   color: #13706F;
 }
</style>

background-color css

<style>
 a { background-color: #13706F; }

 a { background-color: rgb(19,112,111); }

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

border-color css

<style>
 span { border-color: #13706F; }

 span { border-color: rgb(19,112,111); }

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