Html Css Color HEX #13615C Blue Stone

📋 copy color: '#13615C'

red 19 ◦ green 97 ◦ blue 92

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

Shades of Blue Stone #13615C

Tints of Blue Stone #13615C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.63%

 BLUE value IS 92 (36.33% from 255) = 44.23%

R = 9.13%
G = 46.63%
B = 44.23%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#13615C (or 0x13615C) is known color: Blue Stone. HEX triplet: 13, 61 and 5C. RGB value is (19,97,92). Sum of RGB (Red+Green+Blue) = 19+97+92=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #13615C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13615C is #EC9EA3. Grayscale: #494949. Windows color (decimal): -15507108 or 6054163. OLE color: 6054163.

HSL color Cylindrical-coordinate representation of color #13615C: hue angle of 176.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13615C is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 97 92 -
CMYK 0.80 0 0.05 0.62
HSL 176.15º 0.67% 0.23% -
HSV(B) 176.15º 0.8% 0.38% -
XYZ 6.48 9.46 11.61 -
YUV 73.11 138.66 89.41 -
System Red Green Blue C M Y K H S L
Decimal 19 97 92 0.80 0 0.05 0.62 176.15 0.67 0.23
Hex 13 61 5C 50 0 5 3E B0 43 17
Octal 23 141 134 120 0 5 76 260 103 27
Binary 10011 1100001 1011100 1010000 0 101 111110 10110000 1000011 10111

Color Harmonies of #13615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13615C

Black with #13615C

Text Example


Text Example

White with #13615C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13615C; }

 p { color: rgb(19,97,92); }

 H1.HeaderClassName
 {
   color: #13615C;
 }
 .AnyTagClassName
 {
   color: #13615C;
 }
</style>

background-color css

<style>
 a { background-color: #13615C; }

 a { background-color: rgb(19,97,92); }

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

border-color css

<style>
 span { border-color: #13615C; }

 span { border-color: rgb(19,97,92); }

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