#1A6057

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

Shades of Blue Stone #1A6057

Tints of Blue Stone #1A6057

Color information

#1A6057 (or 0x1A6057) is unknown color: approx Blue Stone. HEX triplet: 1A, 60 and 57. RGB value is (26,96,87). Sum of RGB (Red+Green+Blue) = 26+96+87=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6057 is #E59FA8. Grayscale: #4A4A4A. Windows color (decimal): -15048617 or 5726234. OLE color: 5726234.

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

Color convert

RGB269687-
CMYK0.7300.090.62
HSL172.29º57.38%23.92%-
HSV(B)172.29º72.92%37.65%-
XYZ6.339.2710.47-
YUV74.04135.3193.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.44%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 87 (34.38% from 255) = 41.63%
R=12.44%
G=45.93%
B=41.63%

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
Decimal2696870.7300.090.62172.2957.3823.92
Hex1A605749093Eac3918
Octal32140127111011762547130
Binary11010110000010101111001001010011111101010110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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