Html Css Color HEX #13685E Blue Stone

📋 copy color: '#13685E'

red 19 ◦ green 104 ◦ blue 94

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

Shades of Blue Stone #13685E

Tints of Blue Stone #13685E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.93%

 BLUE value IS 94 (37.11% from 255) = 43.32%

R = 8.76%
G = 47.93%
B = 43.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#13685E (or 0x13685E) is known color: Blue Stone. HEX triplet: 13, 68 and 5E. RGB value is (19,104,94). Sum of RGB (Red+Green+Blue) = 19+104+94=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #13685E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13685E is #EC97A1. Grayscale: #4D4D4D. Windows color (decimal): -15505314 or 6187027. OLE color: 6187027.

HSL color Cylindrical-coordinate representation of color #13685E: hue angle of 172.94º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13685E is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 104 94 -
CMYK 0.82 0 0.10 0.59
HSL 172.94º 0.69% 0.24% -
HSV(B) 172.94º 0.82% 0.41% -
XYZ 7.24 10.85 12.3 -
YUV 77.45 137.34 86.31 -
System Red Green Blue C M Y K H S L
Decimal 19 104 94 0.82 0 0.10 0.59 172.94 0.69 0.24
Hex 13 68 5E 52 0 A 3B AD 45 18
Octal 23 150 136 122 0 12 73 255 105 30
Binary 10011 1101000 1011110 1010010 0 1010 111011 10101101 1000101 11000

Color Harmonies of #13685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13685E

Black with #13685E

Text Example


Text Example

White with #13685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,104,94); }

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

background-color css

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

 a { background-color: rgb(19,104,94); }

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

border-color css

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

 span { border-color: rgb(19,104,94); }

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