Html Css Color HEX #135B59 Blue Stone

📋 copy color: '#135B59'

red 19 ◦ green 91 ◦ blue 89

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

Shades of Blue Stone #135B59

Tints of Blue Stone #135B59

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

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

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

Color convert

RGB 19 91 89 -
CMYK 0.79 0 0.02 0.64
HSL 178.33º 0.65% 0.22% -
HSV(B) 178.33º 0.79% 0.36% -
XYZ 5.81 8.34 10.75 -
YUV 69.24 139.15 92.16 -
System Red Green Blue C M Y K H S L
Decimal 19 91 89 0.79 0 0.02 0.64 178.33 0.65 0.22
Hex 13 5B 59 4F 0 2 40 B2 41 16
Octal 23 133 131 117 0 2 100 262 101 26
Binary 10011 1011011 1011001 1001111 0 10 1000000 10110010 1000001 10110

Color Harmonies of #135B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B59

Black with #135B59

Text Example


Text Example

White with #135B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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