#135B5D

Color #135B5D Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #135B5D

Tints of Blue Stone #135B5D

Color information

#135B5D (or 0x135B5D) is unknown color: approx Blue Stone. HEX triplet: 13, 5B and 5D. RGB value is (19,91,93). Sum of RGB (Red+Green+Blue) = 19+91+93=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #135B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B5D is #ECA4A2. Grayscale: #454545. Windows color (decimal): -15508643 or 6118163. OLE color: 6118163.

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

Color convert

RGB199193-
CMYK0.800.0200.64
HSL181.62º66.07%21.96%-
HSV(B)181.62º79.57%36.47%-
XYZ5.998.4111.66-
YUV69.7141.1591.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.36%
GREEN value IS 91 (35.94% from 255) = 44.83%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=9.36%
G=44.83%
B=45.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1991930.800.0200.64181.6266.0721.96
Hex135B5D502040b64216
Octal231331351202010026610226
Binary10011101101110111011010000100100000010110110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #135B5D;
 }
 .AnyTagClassName
 {
   color: #135B5D;
 }
</style>
background-color css

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

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

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

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

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

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