#136260

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

Shades of Blue Stone #136260

Tints of Blue Stone #136260

Color information

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

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

Color convert

RGB199896-
CMYK0.8100.020.62
HSL178.48º67.52%22.94%-
HSV(B)178.48º80.61%38.43%-
XYZ6.759.7212.59-
YUV74.15140.3388.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1998960.8100.020.62178.4867.5222.94
Hex13626051023Eb24417
Octal23142140121027626210427
Binary1001111000101100000101000101011111010110010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136260; }

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

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

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

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

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

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

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

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