Html Css Color HEX #135957 Blue Stone

📋 copy color: '#135957'

red 19 ◦ green 89 ◦ blue 87

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

Shades of Blue Stone #135957

Tints of Blue Stone #135957

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

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

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

Color convert

RGB 19 89 87 -
CMYK 0.79 0 0.02 0.65
HSL 178.29º 0.65% 0.21% -
HSV(B) 178.29º 0.79% 0.35% -
XYZ 5.56 7.97 10.26 -
YUV 67.84 138.81 93.16 -
System Red Green Blue C M Y K H S L
Decimal 19 89 87 0.79 0 0.02 0.65 178.29 0.65 0.21
Hex 13 59 57 4F 0 2 41 B2 41 15
Octal 23 131 127 117 0 2 101 262 101 25
Binary 10011 1011001 1010111 1001111 0 10 1000001 10110010 1000001 10101

Color Harmonies of #135957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135957

Black with #135957

Text Example


Text Example

White with #135957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135957; }

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

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

background-color css

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

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

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

border-color css

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

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

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