Html Css Color HEX #1F735C Deep Sea

📋 copy color: '#1F735C'

red 31 ◦ green 115 ◦ blue 92

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

Shades of Deep Sea #1F735C

Tints of Deep Sea #1F735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.32%

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

R = 13.03%
G = 48.32%
B = 38.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#1F735C (or 0x1F735C) is known color: Deep Sea. HEX triplet: 1F, 73 and 5C. RGB value is (31,115,92). Sum of RGB (Red+Green+Blue) = 31+115+92=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #1F735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F735C is #E08CA3. Grayscale: #575757. Windows color (decimal): -14716068 or 6058783. OLE color: 6058783.

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

Color convert

RGB 31 115 92 -
CMYK 0.73 0 0.20 0.55
HSL 163.57º 0.58% 0.29% -
HSV(B) 163.57º 0.73% 0.45% -
XYZ 8.63 13.33 12.24 -
YUV 87.26 130.67 87.87 -
System Red Green Blue C M Y K H S L
Decimal 31 115 92 0.73 0 0.20 0.55 163.57 0.58 0.29
Hex 1F 73 5C 49 0 14 37 A4 3A 1D
Octal 37 163 134 111 0 24 67 244 72 35
Binary 11111 1110011 1011100 1001001 0 10100 110111 10100100 111010 11101

Color Harmonies of #1F735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F735C

Black with #1F735C

Text Example


Text Example

White with #1F735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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