Html Css Color HEX #13575B Blue Stone

📋 copy color: '#13575B'

red 19 ◦ green 87 ◦ blue 91

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

Shades of Blue Stone #13575B

Tints of Blue Stone #13575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.16%

 BLUE value IS 91 (35.94% from 255) = 46.19%

R = 9.64%
G = 44.16%
B = 46.19%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13575B (or 0x13575B) is known color: Blue Stone. HEX triplet: 13, 57 and 5B. RGB value is (19,87,91). Sum of RGB (Red+Green+Blue) = 19+87+91=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #13575B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13575B is #ECA8A4. Grayscale: #434343. Windows color (decimal): -15509669 or 5986067. OLE color: 5986067.

HSL color Cylindrical-coordinate representation of color #13575B: hue angle of 183.33º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13575B is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 87 91 -
CMYK 0.79 0.04 0 0.64
HSL 183.33º 0.65% 0.22% -
HSV(B) 183.33º 0.79% 0.36% -
XYZ 5.57 7.71 11.09 -
YUV 67.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 19 87 91 0.79 0.04 0 0.64 183.33 0.65 0.22
Hex 13 57 5B 4F 4 0 40 B7 41 16
Octal 23 127 133 117 4 0 100 267 101 26
Binary 10011 1010111 1011011 1001111 100 0 1000000 10110111 1000001 10110

Color Harmonies of #13575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13575B

Black with #13575B

Text Example


Text Example

White with #13575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13575B; }

 p { color: rgb(19,87,91); }

 H1.HeaderClassName
 {
   color: #13575B;
 }
 .AnyTagClassName
 {
   color: #13575B;
 }
</style>

background-color css

<style>
 a { background-color: #13575B; }

 a { background-color: rgb(19,87,91); }

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

border-color css

<style>
 span { border-color: #13575B; }

 span { border-color: rgb(19,87,91); }

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