Html Css Color HEX #135F59 Blue Stone

📋 copy color: '#135F59'

red 19 ◦ green 95 ◦ blue 89

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

Shades of Blue Stone #135F59

Tints of Blue Stone #135F59

RGB

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

 GREEN value IS 95 (37.5% from 255) = 46.8%

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

R = 9.36%
G = 46.8%
B = 43.84%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.63

RGB Variations

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

Color information

#135F59 (or 0x135F59) is known color: Blue Stone. HEX triplet: 13, 5F and 59. RGB value is (19,95,89). Sum of RGB (Red+Green+Blue) = 19+95+89=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #135F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F59 is #ECA0A6. Grayscale: #474747. Windows color (decimal): -15507623 or 5857043. OLE color: 5857043.

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

Color convert

RGB 19 95 89 -
CMYK 0.80 0 0.06 0.63
HSL 175.26º 0.67% 0.22% -
HSV(B) 175.26º 0.8% 0.37% -
XYZ 6.16 9.04 10.87 -
YUV 71.59 137.82 90.49 -
System Red Green Blue C M Y K H S L
Decimal 19 95 89 0.80 0 0.06 0.63 175.26 0.67 0.22
Hex 13 5F 59 50 0 6 3F AF 43 16
Octal 23 137 131 120 0 6 77 257 103 26
Binary 10011 1011111 1011001 1010000 0 110 111111 10101111 1000011 10110

Color Harmonies of #135F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135F59

Black with #135F59

Text Example


Text Example

White with #135F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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