#1F7860

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

Shades of Deep Sea #1F7860

Tints of Deep Sea #1F7860

Color information

#1F7860 (or 0x1F7860) is unknown color: approx Deep Sea. HEX triplet: 1F, 78 and 60. RGB value is (31,120,96). Sum of RGB (Red+Green+Blue) = 31+120+96=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7860 is #E0879F. Grayscale: #5A5A5A. Windows color (decimal): -14714784 or 6322207. OLE color: 6322207.

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

Color convert

RGB3112096-
CMYK0.7400.20.53
HSL163.82º58.94%29.61%-
HSV(B)163.82º74.17%47.06%-
XYZ9.3914.5713.38-
YUV90.65131.0185.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.55%
GREEN value IS 120 (47.27% from 255) = 48.58%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=12.55%
G=48.58%
B=38.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31120960.7400.20.53163.8258.9429.61
Hex1F78604A01435a43b1e
Octal37170140112024652447336
Binary111111111000110000010010100101001101011010010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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