Html Css Color HEX #13535B Blue Stone

📋 copy color: '#13535B'

red 19 ◦ green 83 ◦ blue 91

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

Shades of Blue Stone #13535B

Tints of Blue Stone #13535B

RGB

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

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

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

R = 9.84%
G = 43.01%
B = 47.15%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13535B (or 0x13535B) is known color: Blue Stone. HEX triplet: 13, 53 and 5B. RGB value is (19,83,91). Sum of RGB (Red+Green+Blue) = 19+83+91=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #13535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13535B is #ECACA4. Grayscale: #404040. Windows color (decimal): -15510693 or 5985043. OLE color: 5985043.

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

Color convert

RGB 19 83 91 -
CMYK 0.79 0.09 0 0.64
HSL 186.67º 0.65% 0.22% -
HSV(B) 186.67º 0.79% 0.36% -
XYZ 5.25 7.08 10.99 -
YUV 64.78 142.8 95.35 -
System Red Green Blue C M Y K H S L
Decimal 19 83 91 0.79 0.09 0 0.64 186.67 0.65 0.22
Hex 13 53 5B 4F 9 0 40 BB 41 16
Octal 23 123 133 117 11 0 100 273 101 26
Binary 10011 1010011 1011011 1001111 1001 0 1000000 10111011 1000001 10110

Color Harmonies of #13535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13535B

Black with #13535B

Text Example


Text Example

White with #13535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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