Html Css Color HEX #1D695F Blue Stone

📋 copy color: '#1D695F'

red 29 ◦ green 105 ◦ blue 95

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

Shades of Blue Stone #1D695F

Tints of Blue Stone #1D695F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.48%

R = 12.66%
G = 45.85%
B = 41.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#1D695F (or 0x1D695F) is known color: Blue Stone. HEX triplet: 1D, 69 and 5F. RGB value is (29,105,95). Sum of RGB (Red+Green+Blue) = 29+105+95=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 105 - color contains mainly: green. Hex color #1D695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D695F is #E296A0. Grayscale: #515151. Windows color (decimal): -14849697 or 6252829. OLE color: 6252829.

HSL color Cylindrical-coordinate representation of color #1D695F: hue angle of 172.11º 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 #1D695F is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 29 105 95 -
CMYK 0.72 0 0.10 0.59
HSL 172.11º 0.57% 0.26% -
HSV(B) 172.11º 0.72% 0.41% -
XYZ 7.62 11.19 12.58 -
YUV 81.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 29 105 95 0.72 0 0.10 0.59 172.11 0.57 0.26
Hex 1D 69 5F 48 0 A 3B AC 39 1A
Octal 35 151 137 110 0 12 73 254 71 32
Binary 11101 1101001 1011111 1001000 0 1010 111011 10101100 111001 11010

Color Harmonies of #1D695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D695F

Black with #1D695F

Text Example


Text Example

White with #1D695F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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