Html Css Color HEX #13595B Blue Stone

📋 copy color: '#13595B'

red 19 ◦ green 89 ◦ blue 91

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

Shades of Blue Stone #13595B

Tints of Blue Stone #13595B

RGB

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

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

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

R = 9.55%
G = 44.72%
B = 45.73%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13595B (or 0x13595B) is known color: Blue Stone. HEX triplet: 13, 59 and 5B. RGB value is (19,89,91). Sum of RGB (Red+Green+Blue) = 19+89+91=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #13595B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13595B is #ECA6A4. Grayscale: #444444. Windows color (decimal): -15509157 or 5986579. OLE color: 5986579.

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

Color convert

RGB 19 89 91 -
CMYK 0.79 0.02 0 0.64
HSL 181.67º 0.65% 0.22% -
HSV(B) 181.67º 0.79% 0.36% -
XYZ 5.73 8.04 11.15 -
YUV 68.3 140.81 92.84 -
System Red Green Blue C M Y K H S L
Decimal 19 89 91 0.79 0.02 0 0.64 181.67 0.65 0.22
Hex 13 59 5B 4F 2 0 40 B6 41 16
Octal 23 131 133 117 2 0 100 266 101 26
Binary 10011 1011001 1011011 1001111 10 0 1000000 10110110 1000001 10110

Color Harmonies of #13595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13595B

Black with #13595B

Text Example


Text Example

White with #13595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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