#136562

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

Shades of Blue Stone #136562

Tints of Blue Stone #136562

Color information

#136562 (or 0x136562) is unknown color: approx Blue Stone. HEX triplet: 13, 65 and 62. RGB value is (19,101,98). Sum of RGB (Red+Green+Blue) = 19+101+98=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #136562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136562 is #EC9A9D. Grayscale: #4C4C4C. Windows color (decimal): -15506078 or 6448403. OLE color: 6448403.

HSL color Cylindrical-coordinate representation of color #136562: hue angle of 177.8º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136562 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB1910198-
CMYK0.8100.030.60
HSL177.8º68.33%23.53%-
HSV(B)177.8º81.19%39.61%-
XYZ7.1310.3313.17-
YUV76.14140.3387.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 101 (39.84% from 255) = 46.33%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=8.72%
G=46.33%
B=44.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19101980.8100.030.60177.868.3323.53
Hex13656251033Cb24418
Octal23145142121037426210430
Binary1001111001011100010101000101111110010110010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136562; }

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

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

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

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

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

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

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

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