#1D6062

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

Shades of Blue Stone #1D6062

Tints of Blue Stone #1D6062

Color information

#1D6062 (or 0x1D6062) is unknown color: approx Blue Stone. HEX triplet: 1D, 60 and 62. RGB value is (29,96,98). Sum of RGB (Red+Green+Blue) = 29+96+98=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #1D6062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6062 is #E29F9D. Grayscale: #4C4C4C. Windows color (decimal): -14851998 or 6447133. OLE color: 6447133.

HSL color Cylindrical-coordinate representation of color #1D6062: hue angle of 181.74º 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 #1D6062 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB299698-
CMYK0.700.0200.62
HSL181.74º54.33%24.9%-
HSV(B)181.74º70.41%38.43%-
XYZ6.899.5113.03-
YUV76.19140.394.34-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.00%
GREEN value IS 96 (37.89% from 255) = 43.05%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=13.00%
G=43.05%
B=43.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2996980.700.0200.62181.7454.3324.9
Hex1D606246203Eb63619
Octal3514014210620762666631
Binary111011100000110001010001101001111101011011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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