Html Css Color HEX #135959 Blue Stone

📋 copy color: '#135959'

red 19 ◦ green 89 ◦ blue 89

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

Shades of Blue Stone #135959

Tints of Blue Stone #135959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 45.18%

R = 9.64%
G = 45.18%
B = 45.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#135959 (or 0x135959) is known color: Blue Stone. HEX triplet: 13, 59 and 59. RGB value is (19,89,89). Sum of RGB (Red+Green+Blue) = 19+89+89=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #135959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135959 is #ECA6A6. Grayscale: #444444. Windows color (decimal): -15509159 or 5855507. OLE color: 5855507.

HSL color Cylindrical-coordinate representation of color #135959: hue angle of 180º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135959 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 89 89 -
CMYK 0.79 0 0 0.65
HSL 180º 0.65% 0.21% -
HSV(B) 180º 0.79% 0.35% -
XYZ 5.64 8 10.7 -
YUV 68.07 139.81 93 -
System Red Green Blue C M Y K H S L
Decimal 19 89 89 0.79 0 0 0.65 180 0.65 0.21
Hex 13 59 59 4F 0 0 41 B4 41 15
Octal 23 131 131 117 0 0 101 264 101 25
Binary 10011 1011001 1011001 1001111 0 0 1000001 10110100 1000001 10101

Color Harmonies of #135959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135959

Black with #135959

Text Example


Text Example

White with #135959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135959; }

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

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

background-color css

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

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

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

border-color css

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

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

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