Html Css Color HEX #135F5B Blue Stone

📋 copy color: '#135F5B'

red 19 ◦ green 95 ◦ blue 91

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

Shades of Blue Stone #135F5B

Tints of Blue Stone #135F5B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 46.34%

 BLUE value IS 91 (35.94% from 255) = 44.39%

R = 9.27%
G = 46.34%
B = 44.39%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.04

 K value IS 0.63

RGB Variations

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

Color information

#135F5B (or 0x135F5B) is known color: Blue Stone. HEX triplet: 13, 5F and 5B. RGB value is (19,95,91). Sum of RGB (Red+Green+Blue) = 19+95+91=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #135F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F5B is #ECA0A4. Grayscale: #474747. Windows color (decimal): -15507621 or 5988115. OLE color: 5988115.

HSL color Cylindrical-coordinate representation of color #135F5B: hue angle of 176.84º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135F5B is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 95 91 -
CMYK 0.80 0 0.04 0.63
HSL 176.84º 0.67% 0.22% -
HSV(B) 176.84º 0.8% 0.37% -
XYZ 6.25 9.08 11.32 -
YUV 71.82 138.82 90.33 -
System Red Green Blue C M Y K H S L
Decimal 19 95 91 0.80 0 0.04 0.63 176.84 0.67 0.22
Hex 13 5F 5B 50 0 4 3F B1 43 16
Octal 23 137 133 120 0 4 77 261 103 26
Binary 10011 1011111 1011011 1010000 0 100 111111 10110001 1000011 10110

Color Harmonies of #135F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135F5B

Black with #135F5B

Text Example


Text Example

White with #135F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135F5B; }

 p { color: rgb(19,95,91); }

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

background-color css

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

 a { background-color: rgb(19,95,91); }

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

border-color css

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

 span { border-color: rgb(19,95,91); }

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