Html Css Color HEX #1F725C Deep Sea

📋 copy color: '#1F725C'

red 31 ◦ green 114 ◦ blue 92

#1F725C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #1F725C

Tints of Deep Sea #1F725C

RGB

 RED value IS 31 (12.5% from 255) = 13.08%

 GREEN value IS 114 (44.92% from 255) = 48.1%

 BLUE value IS 92 (36.33% from 255) = 38.82%

R = 13.08%
G = 48.1%
B = 38.82%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#1F725C (or 0x1F725C) is known color: Deep Sea. HEX triplet: 1F, 72 and 5C. RGB value is (31,114,92). Sum of RGB (Red+Green+Blue) = 31+114+92=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #1F725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F725C is #E08DA3. Grayscale: #565656. Windows color (decimal): -14716324 or 6058527. OLE color: 6058527.

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

Color convert

RGB 31 114 92 -
CMYK 0.73 0 0.19 0.55
HSL 164.1º 0.57% 0.28% -
HSV(B) 164.1º 0.73% 0.45% -
XYZ 8.51 13.1 12.2 -
YUV 86.68 131 88.29 -
System Red Green Blue C M Y K H S L
Decimal 31 114 92 0.73 0 0.19 0.55 164.1 0.57 0.28
Hex 1F 72 5C 49 0 13 37 A4 39 1C
Octal 37 162 134 111 0 23 67 244 71 34
Binary 11111 1110010 1011100 1001001 0 10011 110111 10100100 111001 11100

Color Harmonies of #1F725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F725C

Black with #1F725C

Text Example


Text Example

White with #1F725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F725C;
 }
 .AnyTagClassName
 {
   color: #1F725C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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