Html Css Color HEX #13706E Blue Stone

📋 copy color: '#13706E'

red 19 ◦ green 112 ◦ blue 110

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

Shades of Blue Stone #13706E

Tints of Blue Stone #13706E

RGB

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

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

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

R = 7.88%
G = 46.47%
B = 45.64%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#13706E (or 0x13706E) is known color: Blue Stone. HEX triplet: 13, 70 and 6E. RGB value is (19,112,110). Sum of RGB (Red+Green+Blue) = 19+112+110=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #13706E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13706E is #EC8F91. Grayscale: #535353. Windows color (decimal): -15503250 or 7237651. OLE color: 7237651.

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

Color convert

RGB 19 112 110 -
CMYK 0.83 0 0.02 0.56
HSL 178.71º 0.71% 0.26% -
HSV(B) 178.71º 0.83% 0.44% -
XYZ 8.88 12.85 16.76 -
YUV 83.97 142.69 81.66 -
System Red Green Blue C M Y K H S L
Decimal 19 112 110 0.83 0 0.02 0.56 178.71 0.71 0.26
Hex 13 70 6E 53 0 2 38 B3 47 1A
Octal 23 160 156 123 0 2 70 263 107 32
Binary 10011 1110000 1101110 1010011 0 10 111000 10110011 1000111 11010

Color Harmonies of #13706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13706E

Black with #13706E

Text Example


Text Example

White with #13706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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