#1A6160

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

Shades of Blue Stone #1A6160

Tints of Blue Stone #1A6160

Color information

#1A6160 (or 0x1A6160) is unknown color: approx Blue Stone. HEX triplet: 1A, 61 and 60. RGB value is (26,97,96). Sum of RGB (Red+Green+Blue) = 26+97+96=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #1A6160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6160 is #E59E9F. Grayscale: #4B4B4B. Windows color (decimal): -15048352 or 6316314. OLE color: 6316314.

HSL color Cylindrical-coordinate representation of color #1A6160: hue angle of 179.15º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6160 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB269796-
CMYK0.7300.010.62
HSL179.15º57.72%24.12%-
HSV(B)179.15º73.2%38.04%-
XYZ6.819.6112.56-
YUV75.66139.4892.58-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.87%
GREEN value IS 97 (38.28% from 255) = 44.29%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=11.87%
G=44.29%
B=43.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697960.7300.010.62179.1557.7224.12
Hex1A616049013Eb33a18
Octal3214114011101762637230
Binary11010110000111000001001001011111101011001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6160; }

 p { color: rgb(26,97,96); }

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

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

 a { background-color: rgb(26,97,96); }

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

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

 span { border-color: rgb(26,97,96); }

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