Html Css Color HEX #135B5C Blue Stone

📋 copy color: '#135B5C'

red 19 ◦ green 91 ◦ blue 92

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

Shades of Blue Stone #135B5C

Tints of Blue Stone #135B5C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 45.05%

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

R = 9.41%
G = 45.05%
B = 45.54%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#135B5C (or 0x135B5C) is known color: Blue Stone. HEX triplet: 13, 5B and 5C. RGB value is (19,91,92). Sum of RGB (Red+Green+Blue) = 19+91+92=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #135B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B5C is #ECA4A3. Grayscale: #454545. Windows color (decimal): -15508644 or 6052627. OLE color: 6052627.

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

Color convert

RGB 19 91 92 -
CMYK 0.79 0.01 0 0.64
HSL 180.82º 0.66% 0.22% -
HSV(B) 180.82º 0.79% 0.36% -
XYZ 5.94 8.39 11.43 -
YUV 69.59 140.65 91.92 -
System Red Green Blue C M Y K H S L
Decimal 19 91 92 0.79 0.01 0 0.64 180.82 0.66 0.22
Hex 13 5B 5C 4F 1 0 40 B5 42 16
Octal 23 133 134 117 1 0 100 265 102 26
Binary 10011 1011011 1011100 1001111 1 0 1000000 10110101 1000010 10110

Color Harmonies of #135B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B5C

Black with #135B5C

Text Example


Text Example

White with #135B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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