Html Css Color HEX #1F715C Deep Sea

📋 copy color: '#1F715C'

red 31 ◦ green 113 ◦ blue 92

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

Shades of Deep Sea #1F715C

Tints of Deep Sea #1F715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.88%

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

R = 13.14%
G = 47.88%
B = 38.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#1F715C (or 0x1F715C) is known color: Deep Sea. HEX triplet: 1F, 71 and 5C. RGB value is (31,113,92). Sum of RGB (Red+Green+Blue) = 31+113+92=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #1F715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F715C is #E08EA3. Grayscale: #565656. Windows color (decimal): -14716580 or 6058271. OLE color: 6058271.

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

Color convert

RGB 31 113 92 -
CMYK 0.73 0 0.19 0.56
HSL 164.63º 0.57% 0.28% -
HSV(B) 164.63º 0.73% 0.44% -
XYZ 8.4 12.87 12.17 -
YUV 86.09 131.33 88.71 -
System Red Green Blue C M Y K H S L
Decimal 31 113 92 0.73 0 0.19 0.56 164.63 0.57 0.28
Hex 1F 71 5C 49 0 13 38 A5 39 1C
Octal 37 161 134 111 0 23 70 245 71 34
Binary 11111 1110001 1011100 1001001 0 10011 111000 10100101 111001 11100

Color Harmonies of #1F715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F715C

Black with #1F715C

Text Example


Text Example

White with #1F715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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