#1D6963

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

Shades of Blue Stone #1D6963

Tints of Blue Stone #1D6963

Color information

#1D6963 (or 0x1D6963) is unknown color: approx Blue Stone. HEX triplet: 1D, 69 and 63. RGB value is (29,105,99). Sum of RGB (Red+Green+Blue) = 29+105+99=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #1D6963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6963 is #E2969C. Grayscale: #515151. Windows color (decimal): -14849693 or 6514973. OLE color: 6514973.

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

Color convert

RGB2910599-
CMYK0.7200.060.59
HSL175.26º56.72%26.27%-
HSV(B)175.26º72.38%41.18%-
XYZ7.8111.2713.57-
YUV81.59137.8290.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.45%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 99 (39.06% from 255) = 42.49%
R=12.45%
G=45.06%
B=42.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29105990.7200.060.59175.2656.7226.27
Hex1D696348063Baf391a
Octal3515114311006732577132
Binary1110111010011100011100100001101110111010111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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