Html Css Color HEX #13685F Blue Stone

📋 copy color: '#13685F'

red 19 ◦ green 104 ◦ blue 95

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

Shades of Blue Stone #13685F

Tints of Blue Stone #13685F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.58%

R = 8.72%
G = 47.71%
B = 43.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#13685F (or 0x13685F) is known color: Blue Stone. HEX triplet: 13, 68 and 5F. RGB value is (19,104,95). Sum of RGB (Red+Green+Blue) = 19+104+95=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #13685F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13685F is #EC97A0. Grayscale: #4D4D4D. Windows color (decimal): -15505313 or 6252563. OLE color: 6252563.

HSL color Cylindrical-coordinate representation of color #13685F: hue angle of 173.65º 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 #13685F is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 104 95 -
CMYK 0.82 0 0.09 0.59
HSL 173.65º 0.69% 0.24% -
HSV(B) 173.65º 0.82% 0.41% -
XYZ 7.28 10.87 12.54 -
YUV 77.56 137.84 86.23 -
System Red Green Blue C M Y K H S L
Decimal 19 104 95 0.82 0 0.09 0.59 173.65 0.69 0.24
Hex 13 68 5F 52 0 9 3B AE 45 18
Octal 23 150 137 122 0 11 73 256 105 30
Binary 10011 1101000 1011111 1010010 0 1001 111011 10101110 1000101 11000

Color Harmonies of #13685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13685F

Black with #13685F

Text Example


Text Example

White with #13685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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