Html Css Color HEX #13535D Blue Stone

📋 copy color: '#13535D'

red 19 ◦ green 83 ◦ blue 93

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

Shades of Blue Stone #13535D

Tints of Blue Stone #13535D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 47.69%

R = 9.74%
G = 42.56%
B = 47.69%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13535D (or 0x13535D) is known color: Blue Stone. HEX triplet: 13, 53 and 5D. RGB value is (19,83,93). Sum of RGB (Red+Green+Blue) = 19+83+93=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #13535D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13535D is #ECACA2. Grayscale: #404040. Windows color (decimal): -15510691 or 6116115. OLE color: 6116115.

HSL color Cylindrical-coordinate representation of color #13535D: hue angle of 188.11º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13535D is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 83 93 -
CMYK 0.80 0.11 0 0.64
HSL 188.11º 0.66% 0.22% -
HSV(B) 188.11º 0.8% 0.36% -
XYZ 5.34 7.12 11.45 -
YUV 65 143.8 95.19 -
System Red Green Blue C M Y K H S L
Decimal 19 83 93 0.80 0.11 0 0.64 188.11 0.66 0.22
Hex 13 53 5D 50 B 0 40 BC 42 16
Octal 23 123 135 120 13 0 100 274 102 26
Binary 10011 1010011 1011101 1010000 1011 0 1000000 10111100 1000010 10110

Color Harmonies of #13535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13535D

Black with #13535D

Text Example


Text Example

White with #13535D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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