#1D6964

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

Shades of Blue Stone #1D6964

Tints of Blue Stone #1D6964

Color information

#1D6964 (or 0x1D6964) is unknown color: approx Blue Stone. HEX triplet: 1D, 69 and 64. RGB value is (29,105,100). Sum of RGB (Red+Green+Blue) = 29+105+100=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #1D6964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6964 is #E2969B. Grayscale: #515151. Windows color (decimal): -14849692 or 6580509. OLE color: 6580509.

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

Color convert

RGB29105100-
CMYK0.7200.050.59
HSL176.05º56.72%26.27%-
HSV(B)176.05º72.38%41.18%-
XYZ7.8611.2813.82-
YUV81.71138.3290.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.39%
GREEN value IS 105 (41.41% from 255) = 44.87%
BLUE value IS 100 (39.45% from 255) = 42.74%
R=12.39%
G=44.87%
B=42.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal291051000.7200.050.59176.0556.7226.27
Hex1D696448053Bb0391a
Octal3515114411005732607132
Binary1110111010011100100100100001011110111011000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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