#135457

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

Shades of Blue Stone #135457

Tints of Blue Stone #135457

Color information

#135457 (or 0x135457) is unknown color: approx Blue Stone. HEX triplet: 13, 54 and 57. RGB value is (19,84,87). Sum of RGB (Red+Green+Blue) = 19+84+87=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #135457 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135457 is #ECABA8. Grayscale: #404040. Windows color (decimal): -15510441 or 5723155. OLE color: 5723155.

HSL color Cylindrical-coordinate representation of color #135457: hue angle of 182.65º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135457 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB198487-
CMYK0.780.0300.66
HSL182.65º64.15%20.78%-
HSV(B)182.65º78.16%34.12%-
XYZ5.167.1710.13-
YUV64.91140.4795.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=10%
G=44.21%
B=45.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1984870.780.0300.66182.6564.1520.78
Hex1354574E3042b74015
Octal231241271163010226710025
Binary10011101010010101111001110110100001010110111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135457; }

 p { color: rgb(19,84,87); }

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

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

 a { background-color: rgb(19,84,87); }

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

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

 span { border-color: rgb(19,84,87); }

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