#1D6059

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

Shades of Blue Stone #1D6059

Tints of Blue Stone #1D6059

Color information

#1D6059 (or 0x1D6059) is unknown color: approx Blue Stone. HEX triplet: 1D, 60 and 59. RGB value is (29,96,89). Sum of RGB (Red+Green+Blue) = 29+96+89=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #1D6059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6059 is #E29FA6. Grayscale: #4B4B4B. Windows color (decimal): -14852007 or 5857309. OLE color: 5857309.

HSL color Cylindrical-coordinate representation of color #1D6059: hue angle of 173.73º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D6059 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB299689-
CMYK0.7000.070.62
HSL173.73º53.6%24.51%-
HSV(B)173.73º69.79%37.65%-
XYZ6.499.3510.91-
YUV75.17135.895.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.55%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=13.55%
G=44.86%
B=41.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2996890.7000.070.62173.7353.624.51
Hex1D605946073Eae3619
Octal3514013110607762566631
Binary1110111000001011001100011001111111101010111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,96,89); }

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

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

 a { background-color: rgb(29,96,89); }

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

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

 span { border-color: rgb(29,96,89); }

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