#136053

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

Shades of Blue Stone #136053

Tints of Blue Stone #136053

Color information

#136053 (or 0x136053) is unknown color: approx Blue Stone. HEX triplet: 13, 60 and 53. RGB value is (19,96,83). Sum of RGB (Red+Green+Blue) = 19+96+83=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #136053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136053 is #EC9FAC. Grayscale: #474747. Windows color (decimal): -15507373 or 5464083. OLE color: 5464083.

HSL color Cylindrical-coordinate representation of color #136053: hue angle of 169.87º 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 #136053 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB199683-
CMYK0.8000.140.62
HSL169.87º66.96%22.55%-
HSV(B)169.87º80.21%37.65%-
XYZ6.019.139.63-
YUV71.49134.4990.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.60%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=9.60%
G=48.48%
B=41.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996830.8000.140.62169.8766.9622.55
Hex136053500E3Eaa4317
Octal231401231200167625210327
Binary100111100000101001110100000111011111010101010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136053; }

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

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

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

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

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

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

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

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