#1D6966

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

Shades of Blue Stone #1D6966

Tints of Blue Stone #1D6966

Color information

#1D6966 (or 0x1D6966) is unknown color: approx Blue Stone. HEX triplet: 1D, 69 and 66. RGB value is (29,105,102). Sum of RGB (Red+Green+Blue) = 29+105+102=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #1D6966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6966 is #E29699. Grayscale: #515151. Windows color (decimal): -14849690 or 6711581. OLE color: 6711581.

HSL color Cylindrical-coordinate representation of color #1D6966: hue angle of 177.63º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D6966 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB29105102-
CMYK0.7200.030.59
HSL177.63º56.72%26.27%-
HSV(B)177.63º72.38%41.18%-
XYZ7.9611.3214.34-
YUV81.93139.3290.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.29%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 102 (40.23% from 255) = 43.22%
R=12.29%
G=44.49%
B=43.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal291051020.7200.030.59177.6356.7226.27
Hex1D696648033Bb2391a
Octal3515114611003732627132
Binary111011101001110011010010000111110111011001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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