#136062

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

Shades of Blue Stone #136062

Tints of Blue Stone #136062

Color information

#136062 (or 0x136062) is unknown color: approx Blue Stone. HEX triplet: 13, 60 and 62. RGB value is (19,96,98). Sum of RGB (Red+Green+Blue) = 19+96+98=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #136062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136062 is #EC9F9D. Grayscale: #494949. Windows color (decimal): -15507358 or 6447123. OLE color: 6447123.

HSL color Cylindrical-coordinate representation of color #136062: hue angle of 181.52º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136062 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB199698-
CMYK0.810.0200.62
HSL181.52º67.52%22.94%-
HSV(B)181.52º80.61%38.43%-
XYZ6.669.3913.02-
YUV73.2141.9989.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 98 (38.67% from 255) = 46.01%
R=8.92%
G=45.07%
B=46.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996980.810.0200.62181.5267.5222.94
Hex13606251203Eb64417
Octal23140142121207626610427
Binary1001111000001100010101000110011111010110110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136062; }

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

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

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

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

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

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

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

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