Html Css Color HEX #135759 Blue Stone

📋 copy color: '#135759'

red 19 ◦ green 87 ◦ blue 89

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

Shades of Blue Stone #135759

Tints of Blue Stone #135759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.62%

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

R = 9.74%
G = 44.62%
B = 45.64%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#135759 (or 0x135759) is known color: Blue Stone. HEX triplet: 13, 57 and 59. RGB value is (19,87,89). Sum of RGB (Red+Green+Blue) = 19+87+89=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #135759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135759 is #ECA8A6. Grayscale: #424242. Windows color (decimal): -15509671 or 5854995. OLE color: 5854995.

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

Color convert

RGB 19 87 89 -
CMYK 0.79 0.02 0 0.65
HSL 181.71º 0.65% 0.21% -
HSV(B) 181.71º 0.79% 0.35% -
XYZ 5.48 7.68 10.64 -
YUV 66.9 140.47 93.84 -
System Red Green Blue C M Y K H S L
Decimal 19 87 89 0.79 0.02 0 0.65 181.71 0.65 0.21
Hex 13 57 59 4F 2 0 41 B6 41 15
Octal 23 127 131 117 2 0 101 266 101 25
Binary 10011 1010111 1011001 1001111 10 0 1000001 10110110 1000001 10101

Color Harmonies of #135759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135759

Black with #135759

Text Example


Text Example

White with #135759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135759; }

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

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

background-color css

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

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

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

border-color css

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

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

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