#135C5E

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

Shades of Blue Stone #135C5E

Tints of Blue Stone #135C5E

Color information

#135C5E (or 0x135C5E) is unknown color: approx Blue Stone. HEX triplet: 13, 5C and 5E. RGB value is (19,92,94). Sum of RGB (Red+Green+Blue) = 19+92+94=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #135C5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C5E is #ECA3A1. Grayscale: #464646. Windows color (decimal): -15508386 or 6183955. OLE color: 6183955.

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

Color convert

RGB199294-
CMYK0.800.0200.63
HSL181.6º66.37%22.16%-
HSV(B)181.6º79.79%36.86%-
XYZ6.128.611.93-
YUV70.4141.3291.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 92 (36.33% from 255) = 44.88%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=9.27%
G=44.88%
B=45.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1992940.800.0200.63181.666.3722.16
Hex135C5E50203Fb64216
Octal23134136120207726610226
Binary1001110111001011110101000010011111110110110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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