#1F725B

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

Shades of Deep Sea #1F725B

Tints of Deep Sea #1F725B

Color information

#1F725B (or 0x1F725B) is unknown color: approx Deep Sea. HEX triplet: 1F, 72 and 5B. RGB value is (31,114,91). Sum of RGB (Red+Green+Blue) = 31+114+91=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #1F725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F725B is #E08DA4. Grayscale: #565656. Windows color (decimal): -14716325 or 5992991. OLE color: 5992991.

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

Color convert

RGB3111491-
CMYK0.7300.200.55
HSL163.37º57.24%28.43%-
HSV(B)163.37º72.81%44.71%-
XYZ8.4713.0811.98-
YUV86.56130.588.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.14%
GREEN value IS 114 (44.92% from 255) = 48.31%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=13.14%
G=48.31%
B=38.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31114910.7300.200.55163.3757.2428.43
Hex1F725B4901437a3391c
Octal37162133111024672437134
Binary111111110010101101110010010101001101111010001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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