#136362

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

Shades of Blue Stone #136362

Tints of Blue Stone #136362

Color information

#136362 (or 0x136362) is unknown color: approx Blue Stone. HEX triplet: 13, 63 and 62. RGB value is (19,99,98). Sum of RGB (Red+Green+Blue) = 19+99+98=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #136362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136362 is #EC9C9D. Grayscale: #4A4A4A. Windows color (decimal): -15506590 or 6447891. OLE color: 6447891.

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

Color convert

RGB199998-
CMYK0.8100.010.61
HSL179.25º67.8%23.14%-
HSV(B)179.25º80.81%38.82%-
XYZ6.949.9413.11-
YUV74.9714188.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 99 (39.06% from 255) = 45.83%
BLUE value IS 98 (38.67% from 255) = 45.37%
R=8.80%
G=45.83%
B=45.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1999980.8100.010.61179.2567.823.14
Hex13636251013Db34417
Octal23143142121017526310427
Binary100111100011110001010100010111110110110011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136362; }

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

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

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

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

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

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

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

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