Html Css Color HEX #135E60 Blue Stone

📋 copy color: '#135E60'

red 19 ◦ green 94 ◦ blue 96

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

Shades of Blue Stone #135E60

Tints of Blue Stone #135E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.98%

 BLUE value IS 96 (37.89% from 255) = 45.93%

R = 9.09%
G = 44.98%
B = 45.93%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#135E60 (or 0x135E60) is known color: Blue Stone. HEX triplet: 13, 5E and 60. RGB value is (19,94,96). Sum of RGB (Red+Green+Blue) = 19+94+96=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #135E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E60 is #ECA19F. Grayscale: #474747. Windows color (decimal): -15507872 or 6315539. OLE color: 6315539.

HSL color Cylindrical-coordinate representation of color #135E60: hue angle of 181.56º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135E60 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 94 96 -
CMYK 0.80 0.02 0 0.62
HSL 181.56º 0.67% 0.23% -
HSV(B) 181.56º 0.8% 0.38% -
XYZ 6.38 8.99 12.46 -
YUV 71.8 141.65 90.34 -
System Red Green Blue C M Y K H S L
Decimal 19 94 96 0.80 0.02 0 0.62 181.56 0.67 0.23
Hex 13 5E 60 50 2 0 3E B6 43 17
Octal 23 136 140 120 2 0 76 266 103 27
Binary 10011 1011110 1100000 1010000 10 0 111110 10110110 1000011 10111

Color Harmonies of #135E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E60

Black with #135E60

Text Example


Text Example

White with #135E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,94,96); }

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

background-color css

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

 a { background-color: rgb(19,94,96); }

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

border-color css

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

 span { border-color: rgb(19,94,96); }

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