Html Css Color HEX #13575A Blue Stone

📋 copy color: '#13575A'

red 19 ◦ green 87 ◦ blue 90

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

Shades of Blue Stone #13575A

Tints of Blue Stone #13575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.92%

R = 9.69%
G = 44.39%
B = 45.92%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13575A (or 0x13575A) is known color: Blue Stone. HEX triplet: 13, 57 and 5A. RGB value is (19,87,90). Sum of RGB (Red+Green+Blue) = 19+87+90=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #13575A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13575A is #ECA8A5. Grayscale: #424242. Windows color (decimal): -15509670 or 5920531. OLE color: 5920531.

HSL color Cylindrical-coordinate representation of color #13575A: hue angle of 182.54º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13575A is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 87 90 -
CMYK 0.79 0.03 0 0.65
HSL 182.54º 0.65% 0.21% -
HSV(B) 182.54º 0.79% 0.35% -
XYZ 5.52 7.69 10.87 -
YUV 67.01 140.97 93.76 -
System Red Green Blue C M Y K H S L
Decimal 19 87 90 0.79 0.03 0 0.65 182.54 0.65 0.21
Hex 13 57 5A 4F 3 0 41 B7 41 15
Octal 23 127 132 117 3 0 101 267 101 25
Binary 10011 1010111 1011010 1001111 11 0 1000001 10110111 1000001 10101

Color Harmonies of #13575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13575A

Black with #13575A

Text Example


Text Example

White with #13575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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