Html Css Color HEX #135D5A Blue Stone

📋 copy color: '#135D5A'

red 19 ◦ green 93 ◦ blue 90

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

Shades of Blue Stone #135D5A

Tints of Blue Stone #135D5A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.04%

 BLUE value IS 90 (35.55% from 255) = 44.55%

R = 9.41%
G = 46.04%
B = 44.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#135D5A (or 0x135D5A) is known color: Blue Stone. HEX triplet: 13, 5D and 5A. RGB value is (19,93,90). Sum of RGB (Red+Green+Blue) = 19+93+90=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #135D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D5A is #ECA2A5. Grayscale: #464646. Windows color (decimal): -15508134 or 5922067. OLE color: 5922067.

HSL color Cylindrical-coordinate representation of color #135D5A: hue angle of 177.57º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135D5A is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 93 90 -
CMYK 0.80 0 0.03 0.64
HSL 177.57º 0.66% 0.22% -
HSV(B) 177.57º 0.8% 0.36% -
XYZ 6.03 8.71 11.04 -
YUV 70.53 138.98 91.24 -
System Red Green Blue C M Y K H S L
Decimal 19 93 90 0.80 0 0.03 0.64 177.57 0.66 0.22
Hex 13 5D 5A 50 0 3 40 B2 42 16
Octal 23 135 132 120 0 3 100 262 102 26
Binary 10011 1011101 1011010 1010000 0 11 1000000 10110010 1000010 10110

Color Harmonies of #135D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D5A

Black with #135D5A

Text Example


Text Example

White with #135D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,93,90); }

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

background-color css

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

 a { background-color: rgb(19,93,90); }

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

border-color css

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

 span { border-color: rgb(19,93,90); }

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