#1A6059

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

Shades of Blue Stone #1A6059

Tints of Blue Stone #1A6059

Color information

#1A6059 (or 0x1A6059) is unknown color: approx Blue Stone. HEX triplet: 1A, 60 and 59. RGB value is (26,96,89). Sum of RGB (Red+Green+Blue) = 26+96+89=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6059 is #E59FA6. Grayscale: #4A4A4A. Windows color (decimal): -15048615 or 5857306. OLE color: 5857306.

HSL color Cylindrical-coordinate representation of color #1A6059: hue angle of 174º degrees, saturation: 0.57, 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 #1A6059 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB269689-
CMYK0.7300.070.62
HSL174º57.38%23.92%-
HSV(B)174º72.92%37.65%-
XYZ6.419.3110.91-
YUV74.27136.3193.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=12.32%
G=45.50%
B=42.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696890.7300.070.6217457.3823.92
Hex1A605949073Eae3918
Octal3214013111107762567130
Binary1101011000001011001100100101111111101010111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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