Html Css Color HEX #13535F Blue Stone

📋 copy color: '#13535F'

red 19 ◦ green 83 ◦ blue 95

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

Shades of Blue Stone #13535F

Tints of Blue Stone #13535F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 48.22%

R = 9.64%
G = 42.13%
B = 48.22%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13535F (or 0x13535F) is known color: Blue Stone. HEX triplet: 13, 53 and 5F. RGB value is (19,83,95). Sum of RGB (Red+Green+Blue) = 19+83+95=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #13535F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13535F is #ECACA0. Grayscale: #414141. Windows color (decimal): -15510689 or 6247187. OLE color: 6247187.

HSL color Cylindrical-coordinate representation of color #13535F: hue angle of 189.47º degrees, saturation: 0.67, 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 #13535F is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 83 95 -
CMYK 0.80 0.13 0 0.63
HSL 189.47º 0.67% 0.22% -
HSV(B) 189.47º 0.8% 0.37% -
XYZ 5.43 7.15 11.92 -
YUV 65.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 19 83 95 0.80 0.13 0 0.63 189.47 0.67 0.22
Hex 13 53 5F 50 D 0 3F BD 43 16
Octal 23 123 137 120 15 0 77 275 103 26
Binary 10011 1010011 1011111 1010000 1101 0 111111 10111101 1000011 10110

Color Harmonies of #13535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13535F

Black with #13535F

Text Example


Text Example

White with #13535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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