Html Css Color HEX #13535E Blue Stone

📋 copy color: '#13535E'

red 19 ◦ green 83 ◦ blue 94

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

Shades of Blue Stone #13535E

Tints of Blue Stone #13535E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 47.96%

R = 9.69%
G = 42.35%
B = 47.96%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13535E (or 0x13535E) is known color: Blue Stone. HEX triplet: 13, 53 and 5E. RGB value is (19,83,94). Sum of RGB (Red+Green+Blue) = 19+83+94=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #13535E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13535E is #ECACA1. Grayscale: #414141. Windows color (decimal): -15510690 or 6181651. OLE color: 6181651.

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

Color convert

RGB 19 83 94 -
CMYK 0.80 0.12 0 0.63
HSL 188.8º 0.66% 0.22% -
HSV(B) 188.8º 0.8% 0.37% -
XYZ 5.38 7.13 11.68 -
YUV 65.12 144.3 95.11 -
System Red Green Blue C M Y K H S L
Decimal 19 83 94 0.80 0.12 0 0.63 188.8 0.66 0.22
Hex 13 53 5E 50 C 0 3F BD 42 16
Octal 23 123 136 120 14 0 77 275 102 26
Binary 10011 1010011 1011110 1010000 1100 0 111111 10111101 1000010 10110

Color Harmonies of #13535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13535E

Black with #13535E

Text Example


Text Example

White with #13535E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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