Html Css Color HEX #135D5C Blue Stone

📋 copy color: '#135D5C'

red 19 ◦ green 93 ◦ blue 92

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

Shades of Blue Stone #135D5C

Tints of Blue Stone #135D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.1%

R = 9.31%
G = 45.59%
B = 45.1%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#135D5C (or 0x135D5C) is known color: Blue Stone. HEX triplet: 13, 5D and 5C. RGB value is (19,93,92). Sum of RGB (Red+Green+Blue) = 19+93+92=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #135D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D5C is #ECA2A3. Grayscale: #464646. Windows color (decimal): -15508132 or 6053139. OLE color: 6053139.

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

Color convert

RGB 19 93 92 -
CMYK 0.80 0 0.01 0.64
HSL 179.19º 0.66% 0.22% -
HSV(B) 179.19º 0.8% 0.36% -
XYZ 6.11 8.74 11.49 -
YUV 70.76 139.98 91.08 -
System Red Green Blue C M Y K H S L
Decimal 19 93 92 0.80 0 0.01 0.64 179.19 0.66 0.22
Hex 13 5D 5C 50 0 1 40 B3 42 16
Octal 23 135 134 120 0 1 100 263 102 26
Binary 10011 1011101 1011100 1010000 0 1 1000000 10110011 1000010 10110

Color Harmonies of #135D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D5C

Black with #135D5C

Text Example


Text Example

White with #135D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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