#1D675F

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

Shades of Blue Stone #1D675F

Tints of Blue Stone #1D675F

Color information

#1D675F (or 0x1D675F) is unknown color: approx 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

RGB2910395-
CMYK0.7200.080.60
HSL173.51º56.06%25.88%-
HSV(B)173.51º71.84%40.39%-
XYZ7.4210.7912.52-
YUV79.96136.4891.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.78%
GREEN value IS 103 (40.62% 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 (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal29103950.7200.080.60173.5156.0625.88
Hex1D675F48083Cae381a
Octal35147137110010742567032
Binary11101110011110111111001000010001111001010111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>