Html Css Color HEX #13575E Blue Stone

📋 copy color: '#13575E'

red 19 ◦ green 87 ◦ blue 94

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

Shades of Blue Stone #13575E

Tints of Blue Stone #13575E

RGB

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

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

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

R = 9.5%
G = 43.5%
B = 47%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13575E (or 0x13575E) is known color: Blue Stone. HEX triplet: 13, 57 and 5E. RGB value is (19,87,94). Sum of RGB (Red+Green+Blue) = 19+87+94=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #13575E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13575E is #ECA8A1. Grayscale: #434343. Windows color (decimal): -15509666 or 6182675. OLE color: 6182675.

HSL color Cylindrical-coordinate representation of color #13575E: hue angle of 185.6º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13575E is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 87 94 -
CMYK 0.80 0.07 0 0.63
HSL 185.6º 0.66% 0.22% -
HSV(B) 185.6º 0.8% 0.37% -
XYZ 5.7 7.76 11.79 -
YUV 67.47 142.97 93.43 -
System Red Green Blue C M Y K H S L
Decimal 19 87 94 0.80 0.07 0 0.63 185.6 0.66 0.22
Hex 13 57 5E 50 7 0 3F BA 42 16
Octal 23 127 136 120 7 0 77 272 102 26
Binary 10011 1010111 1011110 1010000 111 0 111111 10111010 1000010 10110

Color Harmonies of #13575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13575E

Black with #13575E

Text Example


Text Example

White with #13575E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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