#1A695E

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

Shades of Blue Stone #1A695E

Tints of Blue Stone #1A695E

Color information

#1A695E (or 0x1A695E) is unknown color: approx Blue Stone. HEX triplet: 1A, 69 and 5E. RGB value is (26,105,94). Sum of RGB (Red+Green+Blue) = 26+105+94=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #1A695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A695E is #E596A1. Grayscale: #505050. Windows color (decimal): -15046306 or 6187290. OLE color: 6187290.

HSL color Cylindrical-coordinate representation of color #1A695E: hue angle of 171.65º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A695E is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB2610594-
CMYK0.7500.100.59
HSL171.65º60.31%25.69%-
HSV(B)171.65º75.24%41.18%-
XYZ7.511.1312.34-
YUV80.12135.8389.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 105 (41.41% from 255) = 46.67%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=11.56%
G=46.67%
B=41.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26105940.7500.100.59171.6560.3125.69
Hex1A695E4B0A3Bac3c1a
Octal32151136113012732547432
Binary11010110100110111101001011010101110111010110011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,105,94); }

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

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

 a { background-color: rgb(26,105,94); }

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

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

 span { border-color: rgb(26,105,94); }

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