Html Css Color HEX #1F745C Deep Sea

📋 copy color: '#1F745C'

red 31 ◦ green 116 ◦ blue 92

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

Shades of Deep Sea #1F745C

Tints of Deep Sea #1F745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.54%

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

R = 12.97%
G = 48.54%
B = 38.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#1F745C (or 0x1F745C) is known color: Deep Sea. HEX triplet: 1F, 74 and 5C. RGB value is (31,116,92). Sum of RGB (Red+Green+Blue) = 31+116+92=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #1F745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F745C is #E08BA3. Grayscale: #575757. Windows color (decimal): -14715812 or 6059039. OLE color: 6059039.

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

Color convert

RGB 31 116 92 -
CMYK 0.73 0 0.21 0.55
HSL 163.06º 0.58% 0.29% -
HSV(B) 163.06º 0.73% 0.45% -
XYZ 8.74 13.55 12.28 -
YUV 87.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 31 116 92 0.73 0 0.21 0.55 163.06 0.58 0.29
Hex 1F 74 5C 49 0 15 37 A3 3A 1D
Octal 37 164 134 111 0 25 67 243 72 35
Binary 11111 1110100 1011100 1001001 0 10101 110111 10100011 111010 11101

Color Harmonies of #1F745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F745C

Black with #1F745C

Text Example


Text Example

White with #1F745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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