#136054

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

Shades of Blue Stone #136054

Tints of Blue Stone #136054

Color information

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

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

Color convert

RGB199684-
CMYK0.8000.120.62
HSL170.65º66.96%22.55%-
HSV(B)170.65º80.21%37.65%-
XYZ6.059.149.83-
YUV71.61134.9990.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996840.8000.120.62170.6566.9622.55
Hex136054500C3Eab4317
Octal231401241200147625310327
Binary100111100000101010010100000110011111010101011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136054; }

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

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

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

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

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

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

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

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