Html Css Color HEX #1D695D Blue Stone

📋 copy color: '#1D695D'

red 29 ◦ green 105 ◦ blue 93

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

Shades of Blue Stone #1D695D

Tints of Blue Stone #1D695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.26%

 BLUE value IS 93 (36.72% from 255) = 40.97%

R = 12.78%
G = 46.26%
B = 40.97%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#1D695D (or 0x1D695D) is known color: Blue Stone. HEX triplet: 1D, 69 and 5D. RGB value is (29,105,93). Sum of RGB (Red+Green+Blue) = 29+105+93=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #1D695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D695D is #E296A2. Grayscale: #505050. Windows color (decimal): -14849699 or 6121757. OLE color: 6121757.

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

Color convert

RGB 29 105 93 -
CMYK 0.72 0 0.11 0.59
HSL 170.53º 0.57% 0.26% -
HSV(B) 170.53º 0.72% 0.41% -
XYZ 7.53 11.15 12.11 -
YUV 80.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 29 105 93 0.72 0 0.11 0.59 170.53 0.57 0.26
Hex 1D 69 5D 48 0 B 3B AB 39 1A
Octal 35 151 135 110 0 13 73 253 71 32
Binary 11101 1101001 1011101 1001000 0 1011 111011 10101011 111001 11010

Color Harmonies of #1D695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D695D

Black with #1D695D

Text Example


Text Example

White with #1D695D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,105,93); }

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

background-color css

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

 a { background-color: rgb(29,105,93); }

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

border-color css

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

 span { border-color: rgb(29,105,93); }

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