#1D6166

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

Shades of Blue Stone #1D6166

Tints of Blue Stone #1D6166

Color information

#1D6166 (or 0x1D6166) is unknown color: approx Blue Stone. HEX triplet: 1D, 61 and 66. RGB value is (29,97,102). Sum of RGB (Red+Green+Blue) = 29+97+102=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D6166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6166 is #E29E99. Grayscale: #4D4D4D. Windows color (decimal): -14851738 or 6709533. OLE color: 6709533.

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

Color convert

RGB2997102-
CMYK0.720.0500.6
HSL184.11º55.73%25.69%-
HSV(B)184.11º71.57%40%-
XYZ7.189.7714.08-
YUV77.24141.9793.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.72%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 102 (40.23% from 255) = 44.74%
R=12.72%
G=42.54%
B=44.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal29971020.720.0500.6184.1155.7325.69
Hex1D616648503Cb8381a
Octal3514114611050742707032
Binary1110111000011100110100100010101111001011100011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,97,102); }

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

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

 a { background-color: rgb(29,97,102); }

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

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

 span { border-color: rgb(29,97,102); }

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