#1F7469

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

Shades of Deep Sea #1F7469

Tints of Deep Sea #1F7469

Color information

#1F7469 (or 0x1F7469) is unknown color: approx Deep Sea. HEX triplet: 1F, 74 and 69. RGB value is (31,116,105). Sum of RGB (Red+Green+Blue) = 31+116+105=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #1F7469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7469 is #E08B96. Grayscale: #595959. Windows color (decimal): -14715799 or 6911007. OLE color: 6911007.

HSL color Cylindrical-coordinate representation of color #1F7469: hue angle of 172.24º 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 #1F7469 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB31116105-
CMYK0.7300.090.55
HSL172.24º57.82%28.82%-
HSV(B)172.24º73.28%45.49%-
XYZ9.3613.815.54-
YUV89.33136.8486.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.30%
GREEN value IS 116 (45.70% from 255) = 46.03%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=12.30%
G=46.03%
B=41.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal311161050.7300.090.55172.2457.8228.82
Hex1F7469490937ac3a1d
Octal37164151111011672547235
Binary11111111010011010011001001010011101111010110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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