#1D706A

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

Shades of Blue Stone #1D706A

Tints of Blue Stone #1D706A

Color information

#1D706A (or 0x1D706A) is unknown color: approx Blue Stone. HEX triplet: 1D, 70 and 6A. RGB value is (29,112,106). Sum of RGB (Red+Green+Blue) = 29+112+106=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #1D706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D706A is #E28F95. Grayscale: #565656. Windows color (decimal): -14847894 or 6975517. OLE color: 6975517.

HSL color Cylindrical-coordinate representation of color #1D706A: hue angle of 175.66º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D706A is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB29112106-
CMYK0.7400.050.56
HSL175.66º58.87%27.65%-
HSV(B)175.66º74.11%43.92%-
XYZ8.912.8915.65-
YUV86.513986.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.74%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 106 (41.80% from 255) = 42.91%
R=11.74%
G=45.34%
B=42.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal291121060.7400.050.56175.6658.8727.65
Hex1D706A4A0538b03b1c
Octal3516015211205702607334
Binary1110111100001101010100101001011110001011000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,112,106); }

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

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

 a { background-color: rgb(29,112,106); }

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

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

 span { border-color: rgb(29,112,106); }

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