Html Css Color HEX #1D706D Blue Stone

📋 copy color: '#1D706D'

red 29 ◦ green 112 ◦ blue 109

#1D706D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #1D706D

Tints of Blue Stone #1D706D

RGB

 RED value IS 29 (11.72% from 255) = 11.6%

 GREEN value IS 112 (44.14% from 255) = 44.8%

 BLUE value IS 109 (42.97% from 255) = 43.6%

R = 11.6%
G = 44.8%
B = 43.6%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#1D706D (or 0x1D706D) is known color: Blue Stone. HEX triplet: 1D, 70 and 6D. RGB value is (29,112,109). Sum of RGB (Red+Green+Blue) = 29+112+109=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #1D706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D706D is #E28F92. Grayscale: #565656. Windows color (decimal): -14847891 or 7172125. OLE color: 7172125.

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

Color convert

RGB 29 112 109 -
CMYK 0.74 0 0.03 0.56
HSL 177.83º 0.59% 0.28% -
HSV(B) 177.83º 0.74% 0.44% -
XYZ 9.06 12.95 16.49 -
YUV 86.84 140.5 86.74 -
System Red Green Blue C M Y K H S L
Decimal 29 112 109 0.74 0 0.03 0.56 177.83 0.59 0.28
Hex 1D 70 6D 4A 0 3 38 B2 3B 1C
Octal 35 160 155 112 0 3 70 262 73 34
Binary 11101 1110000 1101101 1001010 0 11 111000 10110010 111011 11100

Color Harmonies of #1D706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D706D

Black with #1D706D

Text Example


Text Example

White with #1D706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D706D;
 }
 .AnyTagClassName
 {
   color: #1D706D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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