#1A6058

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

Shades of Blue Stone #1A6058

Tints of Blue Stone #1A6058

Color information

#1A6058 (or 0x1A6058) is unknown color: approx Blue Stone. HEX triplet: 1A, 60 and 58. RGB value is (26,96,88). Sum of RGB (Red+Green+Blue) = 26+96+88=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6058 is #E59FA7. Grayscale: #4A4A4A. Windows color (decimal): -15048616 or 5791770. OLE color: 5791770.

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

Color convert

RGB269688-
CMYK0.7300.080.62
HSL173.14º57.38%23.92%-
HSV(B)173.14º72.92%37.65%-
XYZ6.379.2910.69-
YUV74.16135.8193.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.38%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 88 (34.77% from 255) = 41.90%
R=12.38%
G=45.71%
B=41.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696880.7300.080.62173.1457.3823.92
Hex1A605849083Ead3918
Octal32140130111010762557130
Binary11010110000010110001001001010001111101010110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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