#1D7167

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

Shades of Blue Stone #1D7167

Tints of Blue Stone #1D7167

Color information

#1D7167 (or 0x1D7167) is unknown color: approx Blue Stone. HEX triplet: 1D, 71 and 67. RGB value is (29,113,103). Sum of RGB (Red+Green+Blue) = 29+113+103=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7167 is #E28E98. Grayscale: #565656. Windows color (decimal): -14847641 or 6779165. OLE color: 6779165.

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

Color convert

RGB29113103-
CMYK0.7400.090.56
HSL172.86º59.15%27.84%-
HSV(B)172.86º74.34%44.31%-
XYZ8.8613.0514.88-
YUV86.74137.1786.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.84%
GREEN value IS 113 (44.53% from 255) = 46.12%
BLUE value IS 103 (40.62% from 255) = 42.04%
R=11.84%
G=46.12%
B=42.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal291131030.7400.090.56172.8659.1527.84
Hex1D71674A0938ad3b1c
Octal35161147112011702557334
Binary11101111000111001111001010010011110001010110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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