#1A6158

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

Shades of Blue Stone #1A6158

Tints of Blue Stone #1A6158

Color information

#1A6158 (or 0x1A6158) is unknown color: approx Blue Stone. HEX triplet: 1A, 61 and 58. RGB value is (26,97,88). Sum of RGB (Red+Green+Blue) = 26+97+88=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #1A6158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6158 is #E59EA7. Grayscale: #4A4A4A. Windows color (decimal): -15048360 or 5792026. OLE color: 5792026.

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

Color convert

RGB269788-
CMYK0.7300.090.62
HSL172.39º57.72%24.12%-
HSV(B)172.39º73.2%38.04%-
XYZ6.469.4710.72-
YUV74.74135.4893.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 88 (34.77% from 255) = 41.71%
R=12.32%
G=45.97%
B=41.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697880.7300.090.62172.3957.7224.12
Hex1A615849093Eac3a18
Octal32141130111011762547230
Binary11010110000110110001001001010011111101010110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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