#1D7860

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

Shades of Deep Sea #1D7860

Tints of Deep Sea #1D7860

Color information

#1D7860 (or 0x1D7860) is unknown color: approx Deep Sea. HEX triplet: 1D, 78 and 60. RGB value is (29,120,96). Sum of RGB (Red+Green+Blue) = 29+120+96=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #1D7860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7860 is #E2879F. Grayscale: #5A5A5A. Windows color (decimal): -14845856 or 6322205. OLE color: 6322205.

HSL color Cylindrical-coordinate representation of color #1D7860: hue angle of 164.18º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7860 is Cyan = 0.76, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB2912096-
CMYK0.7600.20.53
HSL164.18º61.07%29.22%-
HSV(B)164.18º75.83%47.06%-
XYZ9.3314.5413.38-
YUV90.06131.3584.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.84%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=11.84%
G=48.98%
B=39.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29120960.7600.20.53164.1861.0729.22
Hex1D78604C01435a43d1d
Octal35170140114024652447535
Binary111011111000110000010011000101001101011010010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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