#1A706C

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

Shades of Blue Stone #1A706C

Tints of Blue Stone #1A706C

Color information

#1A706C (or 0x1A706C) is unknown color: approx Blue Stone. HEX triplet: 1A, 70 and 6C. RGB value is (26,112,108). Sum of RGB (Red+Green+Blue) = 26+112+108=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #1A706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A706C is #E58F93. Grayscale: #555555. Windows color (decimal): -15044500 or 7106586. OLE color: 7106586.

HSL color Cylindrical-coordinate representation of color #1A706C: hue angle of 177.21º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A706C is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB26112108-
CMYK0.7700.040.56
HSL177.21º62.32%27.06%-
HSV(B)177.21º76.79%43.92%-
XYZ8.9312.8916.21-
YUV85.83140.5185.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.57%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=10.57%
G=45.53%
B=43.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal261121080.7700.040.56177.2162.3227.06
Hex1A706C4D0438b13e1b
Octal3216015411504702617633
Binary1101011100001101100100110101001110001011000111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,112,108); }

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

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

 a { background-color: rgb(26,112,108); }

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

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

 span { border-color: rgb(26,112,108); }

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