#1F7869

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

Shades of Deep Sea #1F7869

Tints of Deep Sea #1F7869

Color information

#1F7869 (or 0x1F7869) is unknown color: approx Deep Sea. HEX triplet: 1F, 78 and 69. RGB value is (31,120,105). Sum of RGB (Red+Green+Blue) = 31+120+105=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7869 is #E08796. Grayscale: #5B5B5B. Windows color (decimal): -14714775 or 6912031. OLE color: 6912031.

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

Color convert

RGB31120105-
CMYK0.7400.130.53
HSL169.89º58.94%29.61%-
HSV(B)169.89º74.17%47.06%-
XYZ9.8314.7415.69-
YUV91.68135.5184.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.11%
GREEN value IS 120 (47.27% from 255) = 46.88%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=12.11%
G=46.88%
B=41.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311201050.7400.130.53169.8958.9429.61
Hex1F78694A0D35aa3b1e
Octal37170151112015652527336
Binary11111111100011010011001010011011101011010101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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