Html Css Color HEX #135659 Blue Stone

📋 copy color: '#135659'

red 19 ◦ green 86 ◦ blue 89

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

Shades of Blue Stone #135659

Tints of Blue Stone #135659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.33%

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

R = 9.79%
G = 44.33%
B = 45.88%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#135659 (or 0x135659) is known color: Blue Stone. HEX triplet: 13, 56 and 59. RGB value is (19,86,89). Sum of RGB (Red+Green+Blue) = 19+86+89=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #135659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135659 is #ECA9A6. Grayscale: #424242. Windows color (decimal): -15509927 or 5854739. OLE color: 5854739.

HSL color Cylindrical-coordinate representation of color #135659: hue angle of 182.57º 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 #135659 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 86 89 -
CMYK 0.79 0.03 0 0.65
HSL 182.57º 0.65% 0.21% -
HSV(B) 182.57º 0.79% 0.35% -
XYZ 5.4 7.52 10.62 -
YUV 66.31 140.8 94.26 -
System Red Green Blue C M Y K H S L
Decimal 19 86 89 0.79 0.03 0 0.65 182.57 0.65 0.21
Hex 13 56 59 4F 3 0 41 B7 41 15
Octal 23 126 131 117 3 0 101 267 101 25
Binary 10011 1010110 1011001 1001111 11 0 1000001 10110111 1000001 10101

Color Harmonies of #135659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135659

Black with #135659

Text Example


Text Example

White with #135659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135659; }

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

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

background-color css

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

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

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

border-color css

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

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

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