#1F7363

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

Shades of Deep Sea #1F7363

Tints of Deep Sea #1F7363

Color information

#1F7363 (or 0x1F7363) is unknown color: approx Deep Sea. HEX triplet: 1F, 73 and 63. RGB value is (31,115,99). Sum of RGB (Red+Green+Blue) = 31+115+99=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #1F7363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7363 is #E08C9C. Grayscale: #585858. Windows color (decimal): -14716061 or 6517535. OLE color: 6517535.

HSL color Cylindrical-coordinate representation of color #1F7363: hue angle of 168.57º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7363 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB3111599-
CMYK0.7300.140.55
HSL168.57º57.53%28.63%-
HSV(B)168.57º73.04%45.1%-
XYZ8.9513.4513.93-
YUV88.06134.1787.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.65%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=12.65%
G=46.94%
B=40.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31115990.7300.140.55168.5757.5328.63
Hex1F7363490E37a93a1d
Octal37163143111016672517235
Binary11111111001111000111001001011101101111010100111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,115,99); }

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

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

 a { background-color: rgb(31,115,99); }

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

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

 span { border-color: rgb(31,115,99); }

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