Html Css Color HEX #135956 Blue Stone

📋 copy color: '#135956'

red 19 ◦ green 89 ◦ blue 86

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

Shades of Blue Stone #135956

Tints of Blue Stone #135956

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

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

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

Color convert

RGB 19 89 86 -
CMYK 0.79 0 0.03 0.65
HSL 177.43º 0.65% 0.21% -
HSV(B) 177.43º 0.79% 0.35% -
XYZ 5.52 7.96 10.05 -
YUV 67.73 138.31 93.24 -
System Red Green Blue C M Y K H S L
Decimal 19 89 86 0.79 0 0.03 0.65 177.43 0.65 0.21
Hex 13 59 56 4F 0 3 41 B1 41 15
Octal 23 131 126 117 0 3 101 261 101 25
Binary 10011 1011001 1010110 1001111 0 11 1000001 10110001 1000001 10101

Color Harmonies of #135956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135956

Black with #135956

Text Example


Text Example

White with #135956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135956; }

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

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

background-color css

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

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

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

border-color css

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

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

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