#1A706D

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

Shades of Blue Stone #1A706D

Tints of Blue Stone #1A706D

Color information

#1A706D (or 0x1A706D) is unknown color: approx Blue Stone. HEX triplet: 1A, 70 and 6D. RGB value is (26,112,109). Sum of RGB (Red+Green+Blue) = 26+112+109=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #1A706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A706D is #E58F92. Grayscale: #555555. Windows color (decimal): -15044499 or 7172122. OLE color: 7172122.

HSL color Cylindrical-coordinate representation of color #1A706D: hue angle of 177.91º 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 #1A706D is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB26112109-
CMYK0.7700.030.56
HSL177.91º62.32%27.06%-
HSV(B)177.91º76.79%43.92%-
XYZ8.9812.9116.49-
YUV85.94141.0185.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.53%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=10.53%
G=45.34%
B=44.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal261121090.7700.030.56177.9162.3227.06
Hex1A706D4D0338b23e1b
Octal3216015511503702627633
Binary110101110000110110110011010111110001011001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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