#1D7063

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

Shades of Blue Stone #1D7063

Tints of Blue Stone #1D7063

Color information

#1D7063 (or 0x1D7063) is unknown color: approx Blue Stone. HEX triplet: 1D, 70 and 63. RGB value is (29,112,99). Sum of RGB (Red+Green+Blue) = 29+112+99=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #1D7063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7063 is #E28F9C. Grayscale: #555555. Windows color (decimal): -14847901 or 6516765. OLE color: 6516765.

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

Color convert

RGB2911299-
CMYK0.7400.120.56
HSL170.6º58.87%27.65%-
HSV(B)170.6º74.11%43.92%-
XYZ8.5512.7513.81-
YUV85.7135.587.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.08%
GREEN value IS 112 (44.14% from 255) = 46.67%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=12.08%
G=46.67%
B=41.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29112990.7400.120.56170.658.8727.65
Hex1D70634A0C38ab3b1c
Octal35160143112014702537334
Binary11101111000011000111001010011001110001010101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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