#1F7262

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

Shades of Deep Sea #1F7262

Tints of Deep Sea #1F7262

Color information

#1F7262 (or 0x1F7262) is unknown color: approx Deep Sea. HEX triplet: 1F, 72 and 62. RGB value is (31,114,98). Sum of RGB (Red+Green+Blue) = 31+114+98=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #1F7262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7262 is #E08D9D. Grayscale: #575757. Windows color (decimal): -14716318 or 6451743. OLE color: 6451743.

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

Color convert

RGB3111498-
CMYK0.7300.140.55
HSL168.43º57.24%28.43%-
HSV(B)168.43º72.81%44.71%-
XYZ8.7913.2113.64-
YUV87.3613487.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.76%
GREEN value IS 114 (44.92% from 255) = 46.91%
BLUE value IS 98 (38.67% from 255) = 40.33%
R=12.76%
G=46.91%
B=40.33%

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
Decimal31114980.7300.140.55168.4357.2428.43
Hex1F7262490E37a8391c
Octal37162142111016672507134
Binary11111111001011000101001001011101101111010100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,114,98); }

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

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

 a { background-color: rgb(31,114,98); }

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

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

 span { border-color: rgb(31,114,98); }

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