#1F7060

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

Shades of Deep Sea #1F7060

Tints of Deep Sea #1F7060

Color information

#1F7060 (or 0x1F7060) is unknown color: approx Deep Sea. HEX triplet: 1F, 70 and 60. RGB value is (31,112,96). Sum of RGB (Red+Green+Blue) = 31+112+96=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7060 is #E08F9F. Grayscale: #555555. Windows color (decimal): -14716832 or 6320159. OLE color: 6320159.

HSL color Cylindrical-coordinate representation of color #1F7060: hue angle of 168.15º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F7060 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB3111296-
CMYK0.7200.140.56
HSL168.15º56.64%28.04%-
HSV(B)168.15º72.32%43.92%-
XYZ8.4712.7213.08-
YUV85.96133.6688.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.97%
GREEN value IS 112 (44.14% from 255) = 46.86%
BLUE value IS 96 (37.89% from 255) = 40.17%
R=12.97%
G=46.86%
B=40.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31112960.7200.140.56168.1556.6428.04
Hex1F7060480E38a8391c
Octal37160140110016702507134
Binary11111111000011000001001000011101110001010100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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