#1D7168

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

Shades of Blue Stone #1D7168

Tints of Blue Stone #1D7168

Color information

#1D7168 (or 0x1D7168) is unknown color: approx Blue Stone. HEX triplet: 1D, 71 and 68. RGB value is (29,113,104). Sum of RGB (Red+Green+Blue) = 29+113+104=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7168 is #E28E97. Grayscale: #565656. Windows color (decimal): -14847640 or 6844701. OLE color: 6844701.

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

Color convert

RGB29113104-
CMYK0.7400.080.56
HSL173.57º59.15%27.84%-
HSV(B)173.57º74.34%44.31%-
XYZ8.9113.0715.15-
YUV86.86137.6786.73-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.79%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=11.79%
G=45.93%
B=42.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal291131040.7400.080.56173.5759.1527.84
Hex1D71684A0838ae3b1c
Octal35161150112010702567334
Binary11101111000111010001001010010001110001010111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,113,104); }

 H1.HeaderClassName
 {
   color: #1D7168;
 }
 .AnyTagClassName
 {
   color: #1D7168;
 }
</style>
background-color css

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

 a { background-color: rgb(29,113,104); }

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

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

 span { border-color: rgb(29,113,104); }

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