Html Css Color HEX #135F56 Blue Stone

📋 copy color: '#135F56'

red 19 ◦ green 95 ◦ blue 86

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

Shades of Blue Stone #135F56

Tints of Blue Stone #135F56

RGB

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

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

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

R = 9.5%
G = 47.5%
B = 43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#135F56 (or 0x135F56) is known color: Blue Stone. HEX triplet: 13, 5F and 56. RGB value is (19,95,86). Sum of RGB (Red+Green+Blue) = 19+95+86=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 95 - color contains mainly: green. Hex color #135F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F56 is #ECA0A9. Grayscale: #474747. Windows color (decimal): -15507626 or 5660435. OLE color: 5660435.

HSL color Cylindrical-coordinate representation of color #135F56: hue angle of 172.89º 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 #135F56 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 95 86 -
CMYK 0.80 0 0.09 0.63
HSL 172.89º 0.67% 0.22% -
HSV(B) 172.89º 0.8% 0.37% -
XYZ 6.04 8.99 10.22 -
YUV 71.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 19 95 86 0.80 0 0.09 0.63 172.89 0.67 0.22
Hex 13 5F 56 50 0 9 3F AD 43 16
Octal 23 137 126 120 0 11 77 255 103 26
Binary 10011 1011111 1010110 1010000 0 1001 111111 10101101 1000011 10110

Color Harmonies of #135F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135F56

Black with #135F56

Text Example


Text Example

White with #135F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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