Html Css Color HEX #135955 Blue Stone

📋 copy color: '#135955'

red 19 ◦ green 89 ◦ blue 85

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

Shades of Blue Stone #135955

Tints of Blue Stone #135955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.04%

R = 9.84%
G = 46.11%
B = 44.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#135955 (or 0x135955) is known color: Blue Stone. HEX triplet: 13, 59 and 55. RGB value is (19,89,85). Sum of RGB (Red+Green+Blue) = 19+89+85=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #135955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135955 is #ECA6AA. Grayscale: #434343. Windows color (decimal): -15509163 or 5593363. OLE color: 5593363.

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

Color convert

RGB 19 89 85 -
CMYK 0.79 0 0.04 0.65
HSL 176.57º 0.65% 0.21% -
HSV(B) 176.57º 0.79% 0.35% -
XYZ 5.48 7.94 9.84 -
YUV 67.61 137.81 93.33 -
System Red Green Blue C M Y K H S L
Decimal 19 89 85 0.79 0 0.04 0.65 176.57 0.65 0.21
Hex 13 59 55 4F 0 4 41 B1 41 15
Octal 23 131 125 117 0 4 101 261 101 25
Binary 10011 1011001 1010101 1001111 0 100 1000001 10110001 1000001 10101

Color Harmonies of #135955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135955

Black with #135955

Text Example


Text Example

White with #135955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135955; }

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

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

background-color css

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

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

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

border-color css

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

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

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