#135460

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

Shades of Blue Stone #135460

Tints of Blue Stone #135460

Color information

#135460 (or 0x135460) is unknown color: approx Blue Stone. HEX triplet: 13, 54 and 60. RGB value is (19,84,96). Sum of RGB (Red+Green+Blue) = 19+84+96=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #135460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135460 is #ECAB9F. Grayscale: #414141. Windows color (decimal): -15510432 or 6312979. OLE color: 6312979.

HSL color Cylindrical-coordinate representation of color #135460: hue angle of 189.35º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135460 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB198496-
CMYK0.800.1200.62
HSL189.35º66.96%22.55%-
HSV(B)189.35º80.21%37.65%-
XYZ5.557.3212.19-
YUV65.93144.9794.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 84 (33.20% from 255) = 42.21%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=9.55%
G=42.21%
B=48.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1984960.800.1200.62189.3566.9622.55
Hex13546050C03Ebd4317
Octal231241401201407627510327
Binary100111010100110000010100001100011111010111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135460; }

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

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

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

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

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

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

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

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