#1D7164

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

Shades of Deep Sea #1D7164

Tints of Deep Sea #1D7164

Color information

#1D7164 (or 0x1D7164) is unknown color: approx Deep Sea. HEX triplet: 1D, 71 and 64. RGB value is (29,113,100). Sum of RGB (Red+Green+Blue) = 29+113+100=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7164 is #E28E9B. Grayscale: #565656. Windows color (decimal): -14847644 or 6582557. OLE color: 6582557.

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

Color convert

RGB29113100-
CMYK0.7400.120.56
HSL170.71º59.15%27.84%-
HSV(B)170.71º74.34%44.31%-
XYZ8.7112.9914.11-
YUV86.4135.6787.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.98%
GREEN value IS 113 (44.53% from 255) = 46.69%
BLUE value IS 100 (39.45% from 255) = 41.32%
R=11.98%
G=46.69%
B=41.32%

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
Decimal291131000.7400.120.56170.7159.1527.84
Hex1D71644A0C38ab3b1c
Octal35161144112014702537334
Binary11101111000111001001001010011001110001010101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,113,100); }

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

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

 a { background-color: rgb(29,113,100); }

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

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

 span { border-color: rgb(29,113,100); }

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