Html Css Color HEX #1D675F Blue Stone

📋 copy color: '#1D675F'

red 29 ◦ green 103 ◦ blue 95

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

Shades of Blue Stone #1D675F

Tints of Blue Stone #1D675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.37%

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

R = 12.78%
G = 45.37%
B = 41.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#1D675F (or 0x1D675F) is known color: Blue Stone. HEX triplet: 1D, 67 and 5F. RGB value is (29,103,95). Sum of RGB (Red+Green+Blue) = 29+103+95=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 103 - color contains mainly: green. Hex color #1D675F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D675F is #E298A0. Grayscale: #4F4F4F. Windows color (decimal): -14850209 or 6252317. OLE color: 6252317.

HSL color Cylindrical-coordinate representation of color #1D675F: hue angle of 173.51º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D675F is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 29 103 95 -
CMYK 0.72 0 0.08 0.60
HSL 173.51º 0.56% 0.26% -
HSV(B) 173.51º 0.72% 0.4% -
XYZ 7.42 10.79 12.52 -
YUV 79.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 29 103 95 0.72 0 0.08 0.60 173.51 0.56 0.26
Hex 1D 67 5F 48 0 8 3C AE 38 1A
Octal 35 147 137 110 0 10 74 256 70 32
Binary 11101 1100111 1011111 1001000 0 1000 111100 10101110 111000 11010

Color Harmonies of #1D675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D675F

Black with #1D675F

Text Example


Text Example

White with #1D675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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