#1D705D

Color #1D705D Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #1D705D

Tints of Deep Sea #1D705D

Color information

#1D705D (or 0x1D705D) is unknown color: approx Deep Sea. HEX triplet: 1D, 70 and 5D. RGB value is (29,112,93). Sum of RGB (Red+Green+Blue) = 29+112+93=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #1D705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D705D is #E28FA2. Grayscale: #555555. Windows color (decimal): -14847907 or 6123549. OLE color: 6123549.

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

Color convert

RGB2911293-
CMYK0.7400.170.56
HSL166.27º58.87%27.65%-
HSV(B)166.27º74.11%43.92%-
XYZ8.2812.6412.36-
YUV85.02132.588.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.39%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 93 (36.72% from 255) = 39.74%
R=12.39%
G=47.86%
B=39.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29112930.7400.170.56166.2758.8727.65
Hex1D705D4A01138a63b1c
Octal35160135112021702467334
Binary111011110000101110110010100100011110001010011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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