Html Css Color HEX #13595E Blue Stone

📋 copy color: '#13595E'

red 19 ◦ green 89 ◦ blue 94

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

Shades of Blue Stone #13595E

Tints of Blue Stone #13595E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.06%

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

R = 9.41%
G = 44.06%
B = 46.53%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13595E (or 0x13595E) is known color: Blue Stone. HEX triplet: 13, 59 and 5E. RGB value is (19,89,94). Sum of RGB (Red+Green+Blue) = 19+89+94=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #13595E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13595E is #ECA6A1. Grayscale: #444444. Windows color (decimal): -15509154 or 6183187. OLE color: 6183187.

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

Color convert

RGB 19 89 94 -
CMYK 0.80 0.05 0 0.63
HSL 184º 0.66% 0.22% -
HSV(B) 184º 0.8% 0.37% -
XYZ 5.86 8.09 11.84 -
YUV 68.64 142.31 92.59 -
System Red Green Blue C M Y K H S L
Decimal 19 89 94 0.80 0.05 0 0.63 184 0.66 0.22
Hex 13 59 5E 50 5 0 3F B8 42 16
Octal 23 131 136 120 5 0 77 270 102 26
Binary 10011 1011001 1011110 1010000 101 0 111111 10111000 1000010 10110

Color Harmonies of #13595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13595E

Black with #13595E

Text Example


Text Example

White with #13595E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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