Html Css Color HEX #13535A Blue Stone

📋 copy color: '#13535A'

red 19 ◦ green 83 ◦ blue 90

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

Shades of Blue Stone #13535A

Tints of Blue Stone #13535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.23%

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

R = 9.9%
G = 43.23%
B = 46.88%

CMYK

 C value IS 0.79

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13535A (or 0x13535A) is known color: Blue Stone. HEX triplet: 13, 53 and 5A. RGB value is (19,83,90). Sum of RGB (Red+Green+Blue) = 19+83+90=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #13535A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13535A is #ECACA5. Grayscale: #404040. Windows color (decimal): -15510694 or 5919507. OLE color: 5919507.

HSL color Cylindrical-coordinate representation of color #13535A: hue angle of 185.92º 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 #13535A is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 83 90 -
CMYK 0.79 0.08 0 0.65
HSL 185.92º 0.65% 0.21% -
HSV(B) 185.92º 0.79% 0.35% -
XYZ 5.21 7.06 10.76 -
YUV 64.66 142.3 95.43 -
System Red Green Blue C M Y K H S L
Decimal 19 83 90 0.79 0.08 0 0.65 185.92 0.65 0.21
Hex 13 53 5A 4F 8 0 41 BA 41 15
Octal 23 123 132 117 10 0 101 272 101 25
Binary 10011 1010011 1011010 1001111 1000 0 1000001 10111010 1000001 10101

Color Harmonies of #13535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13535A

Black with #13535A

Text Example


Text Example

White with #13535A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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